* buybuy serv_read
[citadel.git] / webcit / tcp_sockets.c
index 345b1d56eb5e8277d23f671744a19c184b121bd5..b1205c7e8dd2eb4f58878e3888406059b23b7c77 100644 (file)
@@ -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
  */