From 38700c7f24646dfbc6ac0ed529d3ed727c545cd0 Mon Sep 17 00:00:00 2001 From: Denis Ovsienko Date: Sun, 22 Mar 2015 10:06:15 +0000 Subject: dismiss NETDISSECT_REWORKED macro The purpose of this macro was to enable the file-by-file switch to NDO, after which only tcpdump.c had a use of it and the definitions guarded by it. Update tcpdump.c not to require them any more and dismiss the unused definitions. --- print-enc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'print-enc.c') diff --git a/print-enc.c b/print-enc.c index 7bd8631e..84dc01ba 100644 --- a/print-enc.c +++ b/print-enc.c @@ -21,7 +21,6 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#define NETDISSECT_REWORKED #ifdef HAVE_CONFIG_H #include "config.h" #endif -- cgit v1.2.1