Selaa lähdekoodia

Remove leftover method.

Daniele Alessandri 12 vuotta sitten
vanhempi
commit
1e8f790ee4
1 muutettua tiedostoa jossa 0 lisäystä ja 8 poistoa
  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;
-    }
 }