Bläddra i källkod

Clean up leftovers.

Daniele Alessandri 14 år sedan
förälder
incheckning
99c8acfc8c
2 ändrade filer med 0 tillägg och 2 borttagningar
  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; }
 }