Clean up leftovers.

This commit is contained in:
Daniele Alessandri
2011-03-04 19:38:47 +01:00
parent 30bc53ee75
commit 99c8acfc8c
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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; }
}
-1
View File
@@ -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; }
}