Remove unused LINE_BUFLEN definition

Closes #1129
This commit is contained in:
charsyam
2014-08-27 10:25:25 +02:00
committed by antirez
parent 25a4699a9e
commit a43e45e391
-1
View File
@@ -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;