]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - psftp.c
Merge branch 'pre-0.64'
[PuTTY.git] / psftp.c
diff --git a/psftp.c b/psftp.c
index 1d331603cbf7f5ea67a641466ce1eba546c9d670..a8baad6d2e4aa25a84a1bf886514e85fd37fdde9 100644 (file)
--- a/psftp.c
+++ b/psftp.c
@@ -2505,16 +2505,7 @@ void connection_fatal(void *frontend, char *fmt, ...)
     cleanup_exit(1);
 }
 
-void ldisc_send(void *handle, char *buf, int len, int interactive)
-{
-    /*
-     * This is only here because of the calls to ldisc_send(NULL,
-     * 0) in ssh.c. Nothing in PSFTP actually needs to use the
-     * ldisc as an ldisc. So if we get called with any real data, I
-     * want to know about it.
-     */
-    assert(len == 0);
-}
+void ldisc_echoedit_update(void *handle) { }
 
 /*
  * In psftp, all agent requests should be synchronous, so this is a