client: Remove unused ring_to_file()

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2017-06-25 12:00:52 +02:00
parent b3383c7423
commit 594cd20f76
2 changed files with 0 additions and 22 deletions

View file

@ -63,6 +63,5 @@ extern void ring_discard(struct ring *, int);
extern int ring_search(struct ring *, char *, int);
extern int ring_from_file(struct ring *, int fd);
extern int ring_to_iovec(struct ring *, struct iovec[]);
extern int ring_to_file(struct ring *, int fd);
#endif