Skip to content

Commit

Permalink
Revert "Composer autoload include statements to make Composer depende…
Browse files Browse the repository at this point in the history
…ncies work (ref #833)"

This reverts commit 7f0bfce.

The autoloader is already included.
  • Loading branch information
gsherwood committed Jan 13, 2016
1 parent 7f0bfce commit 2f09048
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,3 @@ public static function getLoadedFiles()
// it gets a chance to hear about every autoload request, and record
// the file and class name for it.
spl_autoload_register(__NAMESPACE__.'\Autoload::load', true, true);

// Include the composer autoloader for composer installs.
if (file_exists($a = __DIR__.'/../../autoload.php') === true) {
include_once $a;
} else if (file_exists($a = __DIR__.'/vendor/autoload.php') === true) {
include_once $a;
}

0 comments on commit 2f09048

Please sign in to comment.