From 08145f0dffc23bcae67e5c0ae1eafbe800f6b3e0 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Thu, 13 Jan 2011 14:36:40 +0000 Subject: [PATCH] Remove an unused variable. svn path=/trunk/; revision=35516 --- epan/dissectors/packet-gprs-llc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/epan/dissectors/packet-gprs-llc.c b/epan/dissectors/packet-gprs-llc.c index a012847a73..171a92b4b6 100644 --- a/epan/dissectors/packet-gprs-llc.c +++ b/epan/dissectors/packet-gprs-llc.c @@ -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 */