terminal-reader.c: Remove unused variable.
[pspp] / src / ui / terminal / terminal-reader.c
index 0a1337d4ea0f3f8448a3f44df1524c7604825af6..b8c71447ce5c7563c6bde942f7bf9bde18767723 100644 (file)
@@ -33,11 +33,6 @@ static char *history_file;
 static char **complete_command_name (const char *, int, int);
 static char **dont_complete (const char *, int, int);
 static char *command_generator (const char *text, int state);
-
-static const bool have_readline = true;
-
-#else
-static const bool have_readline = false;
 #endif