remove unused variable 'tree'

Change-Id: Icd39b32aa61fd9fc39c7a15d22134350582b9de6
Reviewed-on: https://code.wireshark.org/review/1160
Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
This commit is contained in:
Martin Kaiser 2014-04-15 23:19:59 +02:00
parent c538b4498b
commit da055b8f52
1 changed files with 1 additions and 1 deletions

View File

@ -1080,7 +1080,7 @@ handle_message_field(tvbuff_t *tvb,
guint8 **signature,
guint8 *signature_length)
{
proto_tree *tree = NULL, *field_tree = NULL;
proto_tree *field_tree = NULL;
proto_item *item, *field_item;
guint8 field_code;
guint8 type_id;