Commit b744e8fc authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

sap: dead code

parent 5001b70b
......@@ -1449,12 +1449,8 @@ static sdp_t *ParseSDP (vlc_object_t *p_obj, const char *psz_sdp)
if (cat == 'm')
goto media;
if (cat != 'm')
{
msg_Dbg (p_obj, "unexpected SDP line: 0x%02x", (int)cat);
goto error;
}
break;
msg_Dbg (p_obj, "unexpected SDP line: 0x%02x", (int)cat);
goto error;
default:
msg_Err (p_obj, "*** BUG in SDP parser! ***");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment