aboutsummaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/misc.c b/misc.c
index 22efe69..4ba970b 100644
--- a/misc.c
+++ b/misc.c
@@ -17,11 +17,6 @@
int slirp_debug = DBG_CALL | DBG_MISC | DBG_ERROR;
#endif
-struct quehead {
- struct quehead *qh_link;
- struct quehead *qh_rlink;
-};
-
inline void insque(void *a, void *b)
{
register struct quehead *element = (struct quehead *)a;