From aab321137d6dbc14a6cd0045470d7a070f279514 Mon Sep 17 00:00:00 2001
From: Benni Mack <benni@typo3.org>
Date: Wed, 30 Dec 2015 14:50:46 +0100
Subject: [PATCH] [TASK] Remove empty directory typo3temp/llxml/

The directory typo3temp/llxml/ is created
at all times, but is never used within the core.

Resolves: #72481
Releases: master
Change-Id: Ia8406e1f5feaef4518437b395c946828c6ff0c8b
Reviewed-on: https://review.typo3.org/45507
Reviewed-by: Andreas Fernandez <typo3@scripting-base.de>
Tested-by: Andreas Fernandez <typo3@scripting-base.de>
Reviewed-by: Morton Jonuschat <m.jonuschat@mojocode.de>
Tested-by: Morton Jonuschat <m.jonuschat@mojocode.de>
---
 .../install/Classes/FolderStructure/DefaultFactory.php       | 5 -----
 typo3/sysext/install/Classes/Report/InstallStatusReport.php  | 1 -
 2 files changed, 6 deletions(-)

diff --git a/typo3/sysext/install/Classes/FolderStructure/DefaultFactory.php b/typo3/sysext/install/Classes/FolderStructure/DefaultFactory.php
index 237970b43f13..74fca205db4a 100644
--- a/typo3/sysext/install/Classes/FolderStructure/DefaultFactory.php
+++ b/typo3/sysext/install/Classes/FolderStructure/DefaultFactory.php
@@ -112,11 +112,6 @@ class DefaultFactory
                         'type' => DirectoryNode::class,
                         'targetPermission' => $directoryPermission,
                     ),
-                    array(
-                        'name' => 'llxml',
-                        'type' => DirectoryNode::class,
-                        'targetPermission' => $directoryPermission,
-                    ),
                     array(
                         'name' => 'locks',
                         'type' => DirectoryNode::class,
diff --git a/typo3/sysext/install/Classes/Report/InstallStatusReport.php b/typo3/sysext/install/Classes/Report/InstallStatusReport.php
index 7357a430f819..cd798fbee764 100644
--- a/typo3/sysext/install/Classes/Report/InstallStatusReport.php
+++ b/typo3/sysext/install/Classes/Report/InstallStatusReport.php
@@ -65,7 +65,6 @@ class InstallStatusReport implements \TYPO3\CMS\Reports\StatusProviderInterface
             'typo3temp/' => 2,
             'typo3temp/pics/' => 2,
             'typo3temp/temp/' => 2,
-            'typo3temp/llxml/' => 2,
             'typo3temp/cs/' => 2,
             'typo3temp/GB/' => 2,
             'typo3temp/locks/' => 2,
-- 
GitLab