diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/giop/packet-coseventcomm.c | 1 | ||||
-rw-r--r-- | plugins/giop/packet-cosnaming.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/giop/packet-coseventcomm.c b/plugins/giop/packet-coseventcomm.c index fc1dff6326..2e09f67273 100644 --- a/plugins/giop/packet-coseventcomm.c +++ b/plugins/giop/packet-coseventcomm.c @@ -690,7 +690,6 @@ static gboolean dissect_coseventcomm(tvbuff_t *tvb, packet_info *pinfo, proto_tr proto_tree *tree = NULL; /* init later, inside if(tree) */ gboolean be; /* big endianess */ - guint32 offset_saved = (*offset); /* save in case we must back out */ if (check_col(pinfo->cinfo, COL_PROTOCOL)) col_set_str(pinfo->cinfo, COL_PROTOCOL, "COSEVENTCOMM"); diff --git a/plugins/giop/packet-cosnaming.c b/plugins/giop/packet-cosnaming.c index 8fbe4e9929..28d2e84180 100644 --- a/plugins/giop/packet-cosnaming.c +++ b/plugins/giop/packet-cosnaming.c @@ -1558,7 +1558,6 @@ static gboolean dissect_cosnaming(tvbuff_t *tvb, packet_info *pinfo, proto_tree proto_tree *tree = NULL; /* init later, inside if(tree) */ gboolean be; /* big endianess */ - guint32 offset_saved = (*offset); /* save in case we must back out */ if (check_col(pinfo->cinfo, COL_PROTOCOL)) col_set_str(pinfo->cinfo, COL_PROTOCOL, "COSNAMING"); |