Преглед на файлове

Remove a useless method declaration.

Daniele Alessandri преди 14 години
родител
ревизия
be4d01c071
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      lib/Predis/Commands/InfoV24x.php

+ 0 - 1
lib/Predis/Commands/InfoV24x.php

@@ -4,7 +4,6 @@ namespace Predis\Commands;
 
 class InfoV24x extends Info {
     public function canBeHashed()  { return false; }
-    public function getId() { return 'INFO'; }
     public function parseResponse($data) {
         $info      = array();
         $current   = null;