Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / nikic / php-parser / lib / bootstrap.php
diff --git a/vendor/nikic/php-parser/lib/bootstrap.php b/vendor/nikic/php-parser/lib/bootstrap.php
deleted file mode 100644 (file)
index b0f5178..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-
-if (!class_exists('PhpParser\Autoloader')) {
-    require __DIR__ . '/PhpParser/Autoloader.php';
-}
-PhpParser\Autoloader::register();