From 228d47342dff096cd40e7f3eb68fb0de36846211 Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Wed, 18 Feb 2015 10:16:59 -0800 Subject: [PATCH] Remove spurrious constant. --- lib/Drush/Command/Commandfiles.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Drush/Command/Commandfiles.php b/lib/Drush/Command/Commandfiles.php index 0c944719a7..516f71f3f2 100644 --- a/lib/Drush/Command/Commandfiles.php +++ b/lib/Drush/Command/Commandfiles.php @@ -14,7 +14,6 @@ * in Drush for the current command invocation. */ class Commandfiles implements CommandfilesInterface { - const FOO = 'my constant'; protected $cache; protected $deferred;