From c993f3e92d40f90d0e46d2cec71c503b35db553c Mon Sep 17 00:00:00 2001 From: Hugo Hamon Date: Wed, 11 Jan 2012 09:02:59 +0100 Subject: [PATCH] [Command] removed unused local $recommendedDependencies variable in DependsCommand::getReferences() method. --- src/Composer/Command/DependsCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Composer/Command/DependsCommand.php b/src/Composer/Command/DependsCommand.php index 9079e46af..aa720adaa 100644 --- a/src/Composer/Command/DependsCommand.php +++ b/src/Composer/Command/DependsCommand.php @@ -63,7 +63,6 @@ EOT $needle = $input->getArgument('package'); $references = array(); - $recommendedDependencies = array(); // check if we have a local installation so we can grab the right package/version $repos = array_merge(