diff options
Diffstat (limited to 'misc.c')
-rw-r--r-- | misc.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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; |