]> git.proxmox.com Git - qemu.git/blobdiff - slirp/sbuf.c
vhost build fix for i386
[qemu.git] / slirp / sbuf.c
index 5375414f26d7d85f6aa0acde5bcb2120ce817f75..5a1ccbfadfe6bd35145cad6cb7c289d77dda0f35 100644 (file)
@@ -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)
 {