diff options
Diffstat (limited to 'slirp/tcp_output.c')
-rw-r--r-- | slirp/tcp_output.c | 3 |
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 |