diff options
author | blueswir1 | 2009-03-16 17:33:01 +0100 |
---|---|---|
committer | blueswir1 | 2009-03-16 17:33:01 +0100 |
commit | d78f399542b0b81fab67f31c9a88665943f0571d (patch) | |
tree | 78000d67343db1e17e038986d492d6918d335d18 /slirp/tcp_subr.c | |
parent | Make the ELF loader aware of backwards compatibility (diff) | |
download | qemu-d78f399542b0b81fab67f31c9a88665943f0571d.tar.gz qemu-d78f399542b0b81fab67f31c9a88665943f0571d.tar.xz qemu-d78f399542b0b81fab67f31c9a88665943f0571d.zip |
Delete some unused macros detected with -Wp,-Wunused-macros use
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6856 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'slirp/tcp_subr.c')
-rw-r--r-- | slirp/tcp_subr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/slirp/tcp_subr.c b/slirp/tcp_subr.c index b70f06e062..9d020a662f 100644 --- a/slirp/tcp_subr.c +++ b/slirp/tcp_subr.c @@ -38,7 +38,6 @@ * terms and conditions of the copyright. */ -#define WANT_SYS_IOCTL_H #include <slirp.h> /* patchable/settable parameters for tcp */ |