summaryrefslogtreecommitdiffstats
path: root/slirp/tcp_output.c
diff options
context:
space:
mode:
authorbellard2004-07-13 00:33:07 +0200
committerbellard2004-07-13 00:33:07 +0200
commit379ff53dc964ee1dc9442dac230c87a595e06a12 (patch)
treee95b6fe5abe71414f507d85ebcfea63b3d2468b3 /slirp/tcp_output.c
parentwin32 compile (diff)
downloadqemu-379ff53dc964ee1dc9442dac230c87a595e06a12.tar.gz
qemu-379ff53dc964ee1dc9442dac230c87a595e06a12.tar.xz
qemu-379ff53dc964ee1dc9442dac230c87a595e06a12.zip
win32 compile
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1016 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'slirp/tcp_output.c')
-rw-r--r--slirp/tcp_output.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/slirp/tcp_output.c b/slirp/tcp_output.c
index 0f05dfadcc..b79bcf1279 100644
--- a/slirp/tcp_output.c
+++ b/slirp/tcp_output.c
@@ -44,9 +44,6 @@
#include <slirp.h>
-#define max(x,y) ((x) > (y) ? (x) : (y))
-#define min(x,y) ((x) < (y) ? (x) : (y))
-
/*
* Since this is only used in "stats socket", we give meaning
* names instead of the REAL names