summaryrefslogtreecommitdiff
path: root/Xtrans.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-01-18 16:47:30 -0800
committerKeith Packard <keithp@keithp.com>2013-10-31 13:07:46 -0700
commit9e8d99c2e27f2c8acbbfb5b760649aa1bfad665e (patch)
tree7fbb897bcf2da8d19311c420216e286814dcaa38 /Xtrans.h
parentf6a161f2a003f4da0a2e414b4faa0ee0de0c01f0 (diff)
downloadxorg-lib-libxtrans-9e8d99c2e27f2c8acbbfb5b760649aa1bfad665e.tar.gz
Remove 'Readv' interface
No-one uses this, so there's no reason for it to be in the library Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Xtrans.h')
-rw-r--r--Xtrans.h6
1 files changed, 0 insertions, 6 deletions
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 */