Fix warning when compiling without Readline

This commit is contained in:
Evan Miller 2020-08-03 15:13:11 -04:00
parent 895b62edd0
commit 61d928ea68

View File

@ -345,8 +345,10 @@ main(int argc, char **argv)
MdbSQL *sql;
FILE *in = NULL, *out = NULL;
char *filename_in=NULL, *filename_out=NULL;
#ifdef HAVE_READLINE_HISTORY
char *home = getenv("HOME");
char *histpath;
#endif
char *delimiter = NULL;