Browse Source

Clean up leftovers.

Daniele Alessandri 14 years ago
parent
commit
99c8acfc8c
2 changed files with 0 additions and 2 deletions
  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; }
 }