Removed unneeded assignments to self.

Found by clang.

svn path=/trunk/; revision=36687
This commit is contained in:
Stig Bjørlykke 2011-04-17 19:01:26 +00:00
parent a3391d1a95
commit 95447e23f8
1 changed files with 0 additions and 2 deletions

View File

@ -2704,8 +2704,6 @@ elem_cell_id(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *
guint32 curr_offset;
const gchar *str = NULL;
len = len;
add_string = add_string;
curr_offset = offset;
oct = tvb_get_guint8(tvb, curr_offset);