Commit a43e45e3 authored by charsyam's avatar charsyam Committed by antirez
Browse files

Remove unused LINE_BUFLEN definition

Closes #1129
parent 25a4699a
......@@ -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;
......
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