aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/composer/autoload_real.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/3rdparty/composer/autoload_real.php')
-rw-r--r--apps/files_external/3rdparty/composer/autoload_real.php39
1 files changed, 0 insertions, 39 deletions
diff --git a/apps/files_external/3rdparty/composer/autoload_real.php b/apps/files_external/3rdparty/composer/autoload_real.php
deleted file mode 100644
index 5eccc1e1cf6..00000000000
--- a/apps/files_external/3rdparty/composer/autoload_real.php
+++ /dev/null
@@ -1,39 +0,0 @@
-<?php
-
-// autoload_real.php @generated by Composer
-
-class ComposerAutoloaderInit98fe9b281934250b3a93f69a5ce843b3
-{
- private static $loader;
-
- public static function loadClassLoader($class)
- {
- if ('Composer\Autoload\ClassLoader' === $class) {
- require __DIR__ . '/ClassLoader.php';
- }
- }
-
- /**
- * @return \Composer\Autoload\ClassLoader
- */
- public static function getLoader()
- {
- if (null !== self::$loader) {
- return self::$loader;
- }
-
- require __DIR__ . '/platform_check.php';
-
- spl_autoload_register(array('ComposerAutoloaderInit98fe9b281934250b3a93f69a5ce843b3', 'loadClassLoader'), true, true);
- self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
- spl_autoload_unregister(array('ComposerAutoloaderInit98fe9b281934250b3a93f69a5ce843b3', 'loadClassLoader'));
-
- require __DIR__ . '/autoload_static.php';
- call_user_func(\Composer\Autoload\ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3::getInitializer($loader));
-
- $loader->setClassMapAuthoritative(true);
- $loader->register(true);
-
- return $loader;
- }
-}