소스 검색

Clean up leftovers.

Daniele Alessandri 14 년 전
부모
커밋
99c8acfc8c
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      lib/Predis/Commands/Quit.php
  2. 0 1
      lib/Predis/Commands/Shutdown.php

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

@@ -5,5 +5,4 @@ namespace Predis\Commands;
 class Quit extends Command {
     public function canBeHashed()  { return false; }
     public function getId() { return 'QUIT'; }
-    public function closesConnection() { return true; }
 }

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

@@ -5,5 +5,4 @@ namespace Predis\Commands;
 class Shutdown extends Command {
     public function canBeHashed()  { return false; }
     public function getId() { return 'SHUTDOWN'; }
-    public function closesConnection() { return true; }
 }