8234501: remove obsolete NET_ReadV

Reviewed-by: alanb, vtewari
This commit is contained in:
Matthias Baesken 2019-11-20 14:16:29 +01:00
parent 3f517c65c0
commit 20a03807b8
5 changed files with 1 additions and 18 deletions

View file

@ -82,7 +82,6 @@ int NET_Read(int s, void* buf, size_t len);
int NET_NonBlockingRead(int s, void* buf, size_t len);
int NET_RecvFrom(int s, void *buf, int len, unsigned int flags,
struct sockaddr *from, socklen_t *fromlen);
int NET_ReadV(int s, const struct iovec * vector, int count);
int NET_Send(int s, void *msg, int len, unsigned int flags);
int NET_SendTo(int s, const void *msg, int len, unsigned int
flags, const struct sockaddr *to, int tolen);