From Tom Brezinski:
[obnox/wireshark/wip.git] / tap-camelsrt.c
index 34d5b16dcdc10812a5de2730d6ffcdac9a643374..d4c16589ec16f0b2e370187afcdbc242fb2ff515 100644 (file)
@@ -44,8 +44,6 @@
 #include "timestats.h"
 #include "epan/stat_cmd_args.h"
 
-#undef  MIN
-#define MIN(x,y) ((x) < (y) ? (x) : (y))
 
 void register_tap_listener_camelsrt(void);