From 5f13127a943b11c14b49f7552ff29bc931cd2297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Wed, 16 Mar 2022 00:52:03 +0000 Subject: ftypes: Remove unnecessary macro --- epan/ftypes/ftype-bytes.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'epan/ftypes/ftype-bytes.c') diff --git a/epan/ftypes/ftype-bytes.c b/epan/ftypes/ftype-bytes.c index 59841fbd4e..a3f2653205 100644 --- a/epan/ftypes/ftype-bytes.c +++ b/epan/ftypes/ftype-bytes.c @@ -16,8 +16,6 @@ #include #include -#define CMP_MATCHES cmp_matches - static void bytes_fvalue_new(fvalue_t *fv) { @@ -583,7 +581,7 @@ ftype_register_bytes(void) cmp_order, cmp_bitwise_and, cmp_contains, - CMP_MATCHES, + cmp_matches, len, slice, @@ -631,7 +629,7 @@ ftype_register_bytes(void) cmp_order, cmp_bitwise_and, cmp_contains, - CMP_MATCHES, + cmp_matches, len, slice, @@ -655,7 +653,7 @@ ftype_register_bytes(void) cmp_order, cmp_bitwise_and, cmp_contains, - CMP_MATCHES, + cmp_matches, len, slice, @@ -679,7 +677,7 @@ ftype_register_bytes(void) cmp_order, cmp_bitwise_and, cmp_contains, - CMP_MATCHES, + cmp_matches, len, slice, @@ -775,7 +773,7 @@ ftype_register_bytes(void) cmp_order, cmp_bitwise_and, cmp_contains, - CMP_MATCHES, + cmp_matches, len, slice, -- cgit v1.2.3