diff options
Diffstat (limited to 'slirp/tcp_timer.c')
-rw-r--r-- | slirp/tcp_timer.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/slirp/tcp_timer.c b/slirp/tcp_timer.c index 166979a3e2..d3146db587 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; |