Commit 354119e4 authored by charsyam's avatar charsyam Committed by antirez
Browse files

Remove unused LINE_BUFLEN definition

Closes #1129
parent 498ad748
...@@ -873,7 +873,6 @@ static char **convertToSds(int count, char** args) { ...@@ -873,7 +873,6 @@ static char **convertToSds(int count, char** args) {
return sds; return sds;
} }
#define LINE_BUFLEN 4096
static void repl(void) { static void repl(void) {
sds historyfile = NULL; sds historyfile = NULL;
int history = 0; int history = 0;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment