diff options
Diffstat (limited to 'if.c')
-rw-r--r-- | if.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -8,8 +8,6 @@ #include <slirp.h> #include "qemu-timer.h" -#define ifs_init(ifm) ((ifm)->ifs_next = (ifm)->ifs_prev = (ifm)) - static void ifs_insque(struct mbuf *ifm, struct mbuf *ifmhead) { ifm->ifs_next = ifmhead->ifs_next; |