aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp/ftp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'plpftp/ftp.cc')
-rw-r--r--plpftp/ftp.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/plpftp/ftp.cc b/plpftp/ftp.cc
index 9c8a127..d30bd16 100644
--- a/plpftp/ftp.cc
+++ b/plpftp/ftp.cc
@@ -58,7 +58,6 @@ extern "C" {
#if HAVE_LIBHISTORY
#include <readline/history.h>
#endif
-#include "rlcrap.h"
}
#endif
@@ -1240,13 +1239,8 @@ initReadline(void)
rl_readline_name = "plpftp";
rl_completion_entry_function = FUNCAST(null_completion);
rl_attempted_completion_function = CPFUNCAST(do_completion);
-#if (READLINE_VERSION < 402)
- rlcrap_setpointers(command_generator, filename_generator);
-#endif
-#if (READLINE_VERSION >= 402)
rl_basic_word_break_characters = " \t\n\"\\'`@><=;|&{(";
#endif
-#endif
}
void ftp::