From 354119e4c50fbb3074f2d085300a1b399d4d89af 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 d892e80c3..43a355607 100644 --- a/src/redis-cli.c +++ b/src/redis-cli.c @@ -873,7 +873,6 @@ static char **convertToSds(int count, char** args) { return sds; } -#define LINE_BUFLEN 4096 static void repl(void) { sds historyfile = NULL; int history = 0;