Explorar el Código

Remove leftover method.

Daniele Alessandri hace 12 años
padre
commit
1e8f790ee4
Se han modificado 1 ficheros con 0 adiciones y 8 borrados
  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;
-    }
 }