瀏覽代碼

Remove leftover method.

Daniele Alessandri 12 年之前
父節點
當前提交
1e8f790ee4
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. 0 8
      lib/Predis/Command/ServerTime.php

+ 0 - 8
lib/Predis/Command/ServerTime.php

@@ -24,12 +24,4 @@ class ServerTime extends AbstractCommand
     {
         return 'TIME';
     }
-
-    /**
-     * {@inheritdoc}
-     */
-    protected function canBeHashed()
-    {
-        return false;
-    }
 }