diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-05-06 21:53:33 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-05-06 21:53:33 +0000 |
commit | c23a824fa55b1300627689f835ebcb7732543e5e (patch) | |
tree | 78a5236cdd7a899a8ddbdc1923fff3c0a1b47598 /plugins | |
parent | 937c162036cf4440e5a2133fc216c4b0190be19f (diff) | |
download | wireshark-c23a824fa55b1300627689f835ebcb7732543e5e.tar.gz wireshark-c23a824fa55b1300627689f835ebcb7732543e5e.tar.bz2 wireshark-c23a824fa55b1300627689f835ebcb7732543e5e.zip |
Remove the unused "offset_saved" variable, as per the changes to
"ethereal_gen.py" not to generate the line setting it.
svn path=/trunk/; revision=5409
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"); |