summaryrefslogtreecommitdiff
path: root/src/redis-benchmark.c
diff options
context:
space:
mode:
authoruriyage <78144248+uriyage@users.noreply.github.com>2021-03-05 19:29:52 +0200
committerGitHub <noreply@github.com>2021-03-05 09:29:52 -0800
commit55c74617d754ee3b3112fa5146aeba425ac53db8 (patch)
tree081362e02fe30015f029b41321029505741e099d /src/redis-benchmark.c
parent3c7d6a185329f2dc20c82a29bdbe125d5ad4140b (diff)
downloadredis-55c74617d754ee3b3112fa5146aeba425ac53db8.tar.gz
remove unused latency variable (#8597)
Remove unused latency variable from redis-cli
Diffstat (limited to 'src/redis-benchmark.c')
-rw-r--r--src/redis-benchmark.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/redis-benchmark.c b/src/redis-benchmark.c
index 186739766..5a9b37d27 100644
--- a/src/redis-benchmark.c
+++ b/src/redis-benchmark.c
@@ -102,7 +102,6 @@ static struct config {
int showerrors;
long long start;
long long totlatency;
- long long *latency;
const char *title;
list *clients;
int quiet;