summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcharsyam <charsyam@gmail.com>2013-05-25 19:22:24 +0900
committerantirez <antirez@gmail.com>2014-08-08 14:05:02 +0200
commit354119e4c50fbb3074f2d085300a1b399d4d89af (patch)
tree13d1ee5fa9d23da1ce9e47d9306925847c9fd318
parent498ad7482b2eb4ebc6f4c7458fe6a35f244adaf6 (diff)
downloadredis-354119e4c50fbb3074f2d085300a1b399d4d89af.tar.gz
Remove unused LINE_BUFLEN definition
Closes #1129
-rw-r--r--src/redis-cli.c1
1 files changed, 0 insertions, 1 deletions
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;