diff options
Diffstat (limited to 'missing')
-rw-r--r-- | missing/dlnames.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/missing/dlnames.c b/missing/dlnames.c index 61fa18c1..03c2b38c 100644 --- a/missing/dlnames.c +++ b/missing/dlnames.c @@ -119,9 +119,6 @@ static struct dlt_choice dlt_choices[] = { #ifdef DLT_LINUX_IRDA DLT_CHOICE(DLT_LINUX_IRDA, "Linux IrDA"), #endif -#ifdef DLT_LANE8023 - DLT_CHOICE(DLT_LANE8023, "Linux 802.3 LANE"), -#endif #ifdef DLT_CIP DLT_CHOICE(DLT_CIP, "Linux Classical IP-over-ATM"), #endif |