aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-11-27 21:23:45 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-11-27 21:23:45 +0000
commiteeab60b75fe7fd9ad9d0a3d2f88da5d33d899ccd (patch)
tree89cc6f9a3546f01554942952dbad977ac578903c /epan/dissectors/packet-ethertype.c
parentc6420ae10ba530fc0f15e4f7cd0c99c20e21fb73 (diff)
Apply yet another of the optimization patches:
- Remove a spurious volatile. svn path=/trunk/; revision=23627
Diffstat (limited to 'epan/dissectors/packet-ethertype.c')
-rw-r--r--epan/dissectors/packet-ethertype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ethertype.c b/epan/dissectors/packet-ethertype.c
index ce362ab4fa..203fe6918e 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -278,7 +278,7 @@ add_dix_trailer(proto_tree *fh_tree, int trailer_id, tvbuff_t *tvb,
gint fcs_len)
{
guint length;
- tvbuff_t *volatile trailer_tvb;
+ tvbuff_t *trailer_tvb;
if (fh_tree == NULL)
return; /* we're not building a protocol tree */