X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=pscp.c;fp=pscp.c;h=50ab90b5e1922d9c5075b5b4b71a0ab3d4bbd6eb;hb=c269dd0135a927d4d22a334cfefb09361f311fcd;hp=e56d760fbd7f09dc2d45f831fbc16efaea9ba1a6;hpb=d870b5650e48eb04529e8f8d8e9f73ca9923b3a1;p=PuTTY.git diff --git a/pscp.c b/pscp.c index e56d760f..50ab90b5 100644 --- a/pscp.c +++ b/pscp.c @@ -60,16 +60,7 @@ const char *const appname = "PSCP"; */ #define MAX_SCP_BUFSIZE 16384 -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 PSCP 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) { } static void tell_char(FILE * stream, char c) {