aboutsummaryrefslogtreecommitdiff
path: root/sbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbuf.c')
-rw-r--r--sbuf.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sbuf.c b/sbuf.c
index 7e4e772..632595a 100644
--- a/sbuf.c
+++ b/sbuf.c
@@ -9,14 +9,6 @@
static void sbappendsb(struct sbuf *sb, struct mbuf *m);
-/* Done as a macro in socket.h */
-/* int
- * sbspace(struct sockbuff *sb)
- * {
- * return SB_DATALEN - sb->sb_cc;
- * }
- */
-
void sbfree(struct sbuf *sb)
{
free(sb->sb_data);