summaryrefslogtreecommitdiff
path: root/print-sl.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-sl.c')
-rw-r--r--print-sl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/print-sl.c b/print-sl.c
index d08cd2459579f..bd410ce21a28f 100644
--- a/print-sl.c
+++ b/print-sl.c
@@ -78,11 +78,9 @@ sl_if_print(netdissect_options *ndo,
case 4:
ip_print(ndo, (u_char *)ip, length);
break;
-#ifdef INET6
case 6:
ip6_print(ndo, (u_char *)ip, length);
break;
-#endif
default:
ND_PRINT((ndo, "ip v%d", IP_V(ip)));
}