summaryrefslogtreecommitdiff
path: root/slirp/tcp_input.c
diff options
context:
space:
mode:
Diffstat (limited to 'slirp/tcp_input.c')
-rw-r--r--slirp/tcp_input.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/slirp/tcp_input.c b/slirp/tcp_input.c
index eeee985972..4f74d0cdbc 100644
--- a/slirp/tcp_input.c
+++ b/slirp/tcp_input.c
@@ -47,9 +47,6 @@
struct socket tcb;
-#define min(x,y) ((x) < (y) ? (x) : (y))
-#define max(x,y) ((x) > (y) ? (x) : (y))
-
int tcprexmtthresh = 3;
struct socket *tcp_last_so = &tcb;