diff options
Diffstat (limited to 'readline.c')
-rw-r--r-- | readline.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/readline.c b/readline.c index e1e963a2cd..7bf9a5e1d4 100644 --- a/readline.c +++ b/readline.c @@ -484,5 +484,3 @@ const char *readline_get_history(unsigned int index) return NULL; return term_history[index]; } - - |