summaryrefslogtreecommitdiffstats
path: root/slirp/tcp_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'slirp/tcp_timer.c')
-rw-r--r--slirp/tcp_timer.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/slirp/tcp_timer.c b/slirp/tcp_timer.c
index 166979a..d3146db 100644
--- a/slirp/tcp_timer.c
+++ b/slirp/tcp_timer.c
@@ -36,9 +36,6 @@
#include <slirp.h>
-#define max(x,y) ((x) > (y) ? (x) : (y))
-#define min(x,y) ((x) < (y) ? (x) : (y))
-
int tcp_keepidle = TCPTV_KEEP_IDLE;
int tcp_keepintvl = TCPTV_KEEPINTVL;
int tcp_maxidle;
OpenPOWER on IntegriCloud