소스 검색

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;