Remove an unused variable.

svn path=/trunk/; revision=35516
This commit is contained in:
Anders Broman 2011-01-13 14:36:40 +00:00
parent 7c7281d0b4
commit 08145f0dff
1 changed files with 0 additions and 1 deletions

View File

@ -471,7 +471,6 @@ dissect_llcgprs(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
guint length;
guint32 fcs=0;
guint32 fcs_calc=0;
guint8 truncated=0;
fcs_status_t fcs_status;
/* MLT CHANGES - additional variables */