Remove leftover method.

This commit is contained in:
Daniele Alessandri
2012-08-24 11:48:42 +02:00
parent c655affe5f
commit 1e8f790ee4
-8
View File
@@ -24,12 +24,4 @@ class ServerTime extends AbstractCommand
{
return 'TIME';
}
/**
* {@inheritdoc}
*/
protected function canBeHashed()
{
return false;
}
}