Removed unused variables.

svn path=/trunk/; revision=30896
This commit is contained in:
Stig Bjørlykke 2009-11-09 14:40:35 +00:00
parent 68939c0d8d
commit b3a5cf28a5
1 changed files with 0 additions and 8 deletions

View File

@ -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);