aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-03-09 16:00:33 +0000
committerGerald Combs <gerald@wireshark.org>2006-03-09 16:00:33 +0000
commit172556500d5c9a6683f5bae015ff12d798dd4920 (patch)
tree91d662a61c6a5bd45a825dae808f35168842d476 /epan/dissectors/packet-dcerpc.c
parent742493acd5b5de5164ae34b03b638b478217c78a (diff)
Remove MIN and MAX defines, which GLib provides.
svn path=/trunk/; revision=17551
Diffstat (limited to 'epan/dissectors/packet-dcerpc.c')
-rw-r--r--epan/dissectors/packet-dcerpc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/dissectors/packet-dcerpc.c b/epan/dissectors/packet-dcerpc.c
index 8c32bfbf51..ed17a96a5c 100644
--- a/epan/dissectors/packet-dcerpc.c
+++ b/epan/dissectors/packet-dcerpc.c
@@ -51,10 +51,6 @@
#include <tchar.h>
#endif
-#ifndef MIN
-#define MIN(x,y) ((x)<(y))?(x):(y)
-#endif
-
static int dcerpc_tap = -1;