Fix Coverity CID 280404: Logically dead code.

svn path=/trunk/; revision=48739
This commit is contained in:
Chris Maynard 2013-04-04 20:28:42 +00:00
parent 2239e7618d
commit 3d7ea4a6b5
1 changed files with 1 additions and 3 deletions

View File

@ -2315,7 +2315,7 @@ dissect_oampdu_event_notification(tvbuff_t *tvb, packet_info *pinfo, proto_tree
event_type = tvb_get_guint8(tvb, offset);
if (event_type == 0) break;
if (event_type == OAMPDU_EVENT_TYPE_END) break;
event_item = proto_tree_add_uint(tree, hf_oampdu_event_type,
tvb, offset, 1, event_type);
@ -2324,8 +2324,6 @@ dissect_oampdu_event_notification(tvbuff_t *tvb, packet_info *pinfo, proto_tree
switch (event_type)
{
case OAMPDU_EVENT_TYPE_END:
break;
case OAMPDU_EVENT_TYPE_ESPE:
{
event_tree = proto_item_add_subtree(event_item,