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 17438f7cf4
commit 74cde68c25

View File

@ -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;