diff --git a/src/redis-cli.c b/src/redis-cli.c index bfffc102..c583ce7c 100644 --- a/src/redis-cli.c +++ b/src/redis-cli.c @@ -872,7 +872,6 @@ static char **convertToSds(int count, char** args) { return sds; } -#define LINE_BUFLEN 4096 static void repl(void) { sds historyfile = NULL; int history = 0;