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 498ad7482b
commit 354119e4c5

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;