From 9e8d99c2e27f2c8acbbfb5b760649aa1bfad665e Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 18 Jan 2013 16:47:30 -0800 Subject: Remove 'Readv' interface No-one uses this, so there's no reason for it to be in the library Signed-off-by: Keith Packard --- Xtrans.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Xtrans.h') diff --git a/Xtrans.h b/Xtrans.h index 2945b2a..1b0af45 100644 --- a/Xtrans.h +++ b/Xtrans.h @@ -344,12 +344,6 @@ int TRANS(Write)( int /* size */ ); -int TRANS(Readv)( - XtransConnInfo, /* ciptr */ - struct iovec *, /* buf */ - int /* size */ -); - int TRANS(Writev)( XtransConnInfo, /* ciptr */ struct iovec *, /* buf */ -- cgit v1.2.1