aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/proto.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/proto.c b/epan/proto.c
index ab96c68c0f..1ddb16ba87 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -2621,7 +2621,6 @@ proto_tree_add_ax25(proto_tree *tree, int hfindex, tvbuff_t *tvb, gint start, gi
TRY_TO_FAKE_THIS_ITEM(tree, hfindex, hfinfo);
- PROTO_REGISTRAR_GET_NTH(hfindex, hfinfo);
DISSECTOR_ASSERT(hfinfo->type == FT_AX25);
pi = proto_tree_add_pi(tree, hfinfo, tvb, start, &length, &new_fi);