Fix Coverity CID 280367: Logically dead code.

svn path=/trunk/; revision=47967
This commit is contained in:
Chris Maynard 2013-03-01 05:46:07 +00:00
parent 0e1d169409
commit d4adb608c1
1 changed files with 0 additions and 3 deletions

View File

@ -1071,9 +1071,6 @@ static void dissect_dplay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
case 0x0002:
dissect_type02_message(dplay_data, tvb, offset);
break;
case 0x0004:
/* We should not get here. */
break;
case 0x0005:
dissect_type05_message(dplay_data, tvb, offset);
break;