From a43e45e391588ac9f1a3e7e2e3b64fbebafacb60 Mon Sep 17 00:00:00 2001 From: charsyam Date: Sat, 25 May 2013 19:22:24 +0900 Subject: [PATCH] Remove unused LINE_BUFLEN definition Closes #1129 --- src/redis-cli.c | 1 - 1 file changed, 1 deletion(-) 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;