summaryrefslogtreecommitdiffstats
path: root/lib/stream.h
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2010-01-13 00:32:43 +0000
committerDavid Lamparter <equinox@diac24.net>2010-02-03 01:53:43 +0100
commit29f3a2241609fd547e8e11b1c0a996ff1965a3c8 (patch)
tree688dbcbae111ce54dbdaafc87a710d81f70d8775 /lib/stream.h
parentdca6c883ea6219460efbe3dadde4b8b9cb12c845 (diff)
downloadquagga-29f3a2241609fd547e8e11b1c0a996ff1965a3c8.tar.bz2
quagga-29f3a2241609fd547e8e11b1c0a996ff1965a3c8.tar.xz
stream: remove unused stream_read_unblock
The one place this was being used in BGP is now gone, can remove deprecated interface.
Diffstat (limited to 'lib/stream.h')
-rw-r--r--lib/stream.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/stream.h b/lib/stream.h
index 3e4ba7b4..486a3f93 100644
--- a/lib/stream.h
+++ b/lib/stream.h
@@ -181,10 +181,6 @@ extern u_int32_t stream_get_ipv4 (struct stream *);
Use stream_read_try instead. */
extern int stream_read (struct stream *, int, size_t);
-/* Deprecated: all file descriptors should already be non-blocking.
- Will be removed. Use stream_read_try instead. */
-extern int stream_read_unblock (struct stream *, int, size_t);
-
/* Read up to size bytes into the stream.
Return code:
>0: number of bytes read