瀏覽代碼

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;