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-lane.c | 1 - 1 file changed, 1 deletion(-) (limited to 'print-lane.c') diff --git a/print-lane.c b/print-lane.c index c1e0b2e8..1f10fab1 100644 --- a/print-lane.c +++ b/print-lane.c @@ -20,7 +20,6 @@ * */ -#define NETDISSECT_REWORKED #ifdef HAVE_CONFIG_H #include "config.h" #endif -- cgit v1.2.1