diff options
Diffstat (limited to 'slirp/misc.h')
-rw-r--r-- | slirp/misc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/slirp/misc.h b/slirp/misc.h index ba8beb1b17..41a32583da 100644 --- a/slirp/misc.h +++ b/slirp/misc.h @@ -16,10 +16,6 @@ struct ex_list { struct ex_list *ex_next; }; -#ifndef HAVE_STRDUP -char *strdup(const char *); -#endif - #define EMU_NONE 0x0 /* TCP emulations */ |