]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - psftp.c
Move echo/edit state change functionality out of ldisc_send.
[PuTTY.git] / psftp.c
diff --git a/psftp.c b/psftp.c
index 3fbd0c43c8ba9f596ac4f7596bd97e9c4e3b28cc..3543a06e0f3e60e54f8afa7ed8f5bc2ad582d23d 100644 (file)
--- a/psftp.c
+++ b/psftp.c
@@ -2506,16 +2506,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