From 379ff53dc964ee1dc9442dac230c87a595e06a12 Mon Sep 17 00:00:00 2001 From: bellard Date: Mon, 12 Jul 2004 22:33:07 +0000 Subject: win32 compile git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1016 c046a42c-6fe2-441c-8c8c-71466251a162 --- slirp/tcp_output.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'slirp/tcp_output.c') 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 -#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 -- cgit v1.2.1