Browse Source

Remove leftover method.

Daniele Alessandri 12 years ago
parent
commit
1e8f790ee4
1 changed files with 0 additions and 8 deletions
  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;
-    }
 }