X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Ftcp_sockets.c;h=b1205c7e8dd2eb4f58878e3888406059b23b7c77;hb=fd6cb67fad06da34b1a7655f43e110a841963c5b;hp=345b1d56eb5e8277d23f671744a19c184b121bd5;hpb=c69c59e2f96ea9e52a0c6804d7b66b31fbc28842;p=citadel.git diff --git a/webcit/tcp_sockets.c b/webcit/tcp_sockets.c index 345b1d56e..b1205c7e8 100644 --- a/webcit/tcp_sockets.c +++ b/webcit/tcp_sockets.c @@ -143,15 +143,6 @@ inline void _serv_read(char *buf, int bytes, wcsession *WCC) } } -void serv_read(char *buf, int bytes) -{ - wcsession *WCC = WC; - - WCC->ReadPos = NULL; - - _serv_read(buf, bytes, WCC); -} - /* * input string from pipe */