remove unused latency variable (#8597)

Remove unused latency variable from redis-cli
This commit is contained in:
uriyage 2021-03-05 19:29:52 +02:00 committed by GitHub
parent 3c7d6a1853
commit 55c74617d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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;