Remove unused class.

This commit is contained in:
Daniele Alessandri
2010-12-18 17:43:41 +01:00
parent daf88645f2
commit eac195eaea
-4
View File
@@ -2474,10 +2474,6 @@ class ListPopLastPushHead extends Command {
public function getCommandId() { return 'RPOPLPUSH'; }
}
class ListPopLastPushHeadBulk extends Command {
public function getCommandId() { return 'RPOPLPUSH'; }
}
class ListPopLastPushHeadBlocking extends Command {
public function getCommandId() { return 'BRPOPLPUSH'; }
}