Remove unused LINE_BUFLEN definition

Closes #1129
This commit is contained in:
charsyam 2013-05-25 19:22:24 +09:00 committed by antirez
parent 25a4699a9e
commit a43e45e391

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;