# HG changeset patch # User Philippe Pepiot <philippe.pepiot@logilab.fr> # Date 1526560450 -7200 # Thu May 17 14:34:10 2018 +0200 # Node ID 2ba7a262b6121c167aca848f8bd4d7b6a83bb00e # Parent aef333544de9b8b585ce2940ab309b2d2ba8d703 Drop bench_command_status() This is not a benchmark and it's unused. diff --git a/benchmarks/basic_commands.py b/benchmarks/basic_commands.py --- a/benchmarks/basic_commands.py +++ b/benchmarks/basic_commands.py @@ -61,9 +61,6 @@ time = self._execute("status", "--change", "tip") return time - def bench_command_status(self, *args, **kwargs): - return "status --change tip" - def time_emptydiff(self, *args, **kwargs): time = self._execute("diff") return time