diff options
Diffstat (limited to 'slirp/slirp.h')
-rw-r--r-- | slirp/slirp.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/slirp/slirp.h b/slirp/slirp.h index 3002e0bb04..d57fb12363 100644 --- a/slirp/slirp.h +++ b/slirp/slirp.h @@ -266,14 +266,6 @@ void if_start _P((struct ttys *)); void lprint _P((const char *, ...)); -#if SIZEOF_CHAR_P == 4 -# define insque_32 insque -# define remque_32 remque -#else - void insque_32 _P((void *, void *)); - void remque_32 _P((void *)); -#endif - #ifndef _WIN32 #include <netdb.h> #endif |