aboutsummaryrefslogtreecommitdiffstats
path: root/tap-camelsrt.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-11-04 06:37:01 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-11-04 06:37:01 +0000
commitabd85ca3447dd732d8e924e818c2e970f4d0ca23 (patch)
treec701f6dac6dc793ddf9d397fc0fa736fbf348142 /tap-camelsrt.c
parentb7920c07c5db806c4bcff19308a0242a5484e89d (diff)
From Alexis La Goutte:
Replace all *_min()/*_max() by MIN() and MAX(). svn path=/trunk/; revision=34768
Diffstat (limited to 'tap-camelsrt.c')
-rw-r--r--tap-camelsrt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tap-camelsrt.c b/tap-camelsrt.c
index 34d5b16dcd..d4c16589ec 100644
--- a/tap-camelsrt.c
+++ b/tap-camelsrt.c
@@ -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);