From 4383395d5acab1679f8a2ba0a3369315d7dd4840 Mon Sep 17 00:00:00 2001 From: Dean Reilly Date: Thu, 23 Aug 2012 14:30:25 +0100 Subject: [PATCH] Issue #1747982 by Dean Reilly: Remove old drush autoload work-around. This code was originally a work-around for Issue #547736 which caused file paths to be incorrectly determined in drush tasks when using Autoload 6.x-1.x. This problem has now been resolved so the code is no longer needed. The code also breaks autoloading if the user is using Autoload 6.x-2.x as autoload_get_lookup() doesn't return anything in that version. --- includes/drush_hack.inc | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 includes/drush_hack.inc diff --git a/includes/drush_hack.inc b/includes/drush_hack.inc deleted file mode 100644 index e259a24..0000000 --- a/includes/drush_hack.inc +++ /dev/null @@ -1,27 +0,0 @@ -