فهرست منبع

Remove unused class.

Daniele Alessandri 14 سال پیش
والد
کامیت
eac195eaea
1فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 4
      lib/Predis.php

+ 0 - 4
lib/Predis.php

@@ -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'; }
 }