Skip to content

Commit

Permalink
MT#55283 remove some duplicate code
Browse files Browse the repository at this point in the history
Change-Id: Ifa6502767a27432812ba865cffe0e0fbd3f4e0b6
  • Loading branch information
rfuchs committed Nov 9, 2023
1 parent f24f59e commit 96ae637
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions daemon/call_interfaces.c
Original file line number Diff line number Diff line change
Expand Up @@ -1094,8 +1094,6 @@ static void call_ng_flags_flags(struct sdp_ng_flags *out, str *s, void *dummy) {
ilog(LOG_INFO, "Ignoring obsolete flag `reorder-codecs`");
break;
case CSH_LOOKUP("reuse-codecs"):
out->reuse_codec = 1;
break;
case CSH_LOOKUP("no-codec-renegotiation"):
out->reuse_codec = 1;
break;
Expand Down

0 comments on commit 96ae637

Please sign in to comment.