aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-09 14:40:35 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-09 14:40:35 +0000
commit2814f5be362063389dd1e9d2fc0dfd2f704925b5 (patch)
tree6510789f92016f6870adc6c1d9aa3cf01db6f2f3
parentab7cf185de4f0926474916a72fdd386393dc60cc (diff)
Removed unused variables.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30896 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--epan/dissectors/packet-actrace.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/epan/dissectors/packet-actrace.c b/epan/dissectors/packet-actrace.c
index 27cf361d68..864892b414 100644
--- a/epan/dissectors/packet-actrace.c
+++ b/epan/dissectors/packet-actrace.c
@@ -494,20 +494,12 @@ static int dissect_actrace(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
static void dissect_actrace_cas(tvbuff_t *tvb, packet_info *pinfo, proto_tree *actrace_tree)
{
/* Declare variables */
- gint sectionlen;
- gint tvb_sectionend,tvb_sectionbegin;
gint32 value, function, trunk, bchannel, source, event, curr_state, next_state;
gint32 par0, par1, par2;
gchar *frame_label = NULL;
int direction = 0;
int offset = 0;
- /* Initialize variables */
- tvb_sectionend = 0;
- tvb_sectionbegin = tvb_sectionend;
- sectionlen = 0;
- value = 0;
-
col_set_str(pinfo->cinfo, COL_PROTOCOL, "AC_CAS");
value = tvb_get_ntohl(tvb, offset);