summaryrefslogtreecommitdiff
path: root/sftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp.c')
-rw-r--r--sftp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sftp.c b/sftp.c
index c994887e3..4b12fae4b 100644
--- a/sftp.c
+++ b/sftp.c
@@ -1645,7 +1645,6 @@ complete_cmd_parse(EditLine *el, char *cmd, int lastarg, char quote,
1645 1645
1646 return count; 1646 return count;
1647} 1647}
1648#endif
1649 1648
1650/* 1649/*
1651 * Determine whether a particular sftp command's arguments (if any) 1650 * Determine whether a particular sftp command's arguments (if any)
@@ -1666,7 +1665,6 @@ complete_is_remote(char *cmd) {
1666 return -1; 1665 return -1;
1667} 1666}
1668 1667
1669#ifdef USE_LIBEDIT
1670/* Autocomplete a filename "file" */ 1668/* Autocomplete a filename "file" */
1671static int 1669static int
1672complete_match(EditLine *el, struct sftp_conn *conn, char *remote_path, 1670complete_match(EditLine *el, struct sftp_conn *conn, char *remote_path,