Skip to content

Commit

Permalink
MT#61140 Deprecate unused func call_delete_flags()
Browse files Browse the repository at this point in the history
It is obsolete and unused.

Change-Id: I63d3fdeeb143aa723d53880bc5278bd78f0941eb
  • Loading branch information
zenichev committed Sep 26, 2024
1 parent d31d493 commit e22282a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions daemon/call_interfaces.c
Original file line number Diff line number Diff line change
Expand Up @@ -2304,13 +2304,6 @@ const char *call_answer_ng(ng_command_ctx_t *ctx) {
return call_offer_answer_ng(ctx, OP_ANSWER, NULL, NULL);
}

static void call_delete_flags(str *key, unsigned int idx, helper_arg arg) {
bool *fatal_discard = arg.bools;
if (!str_cmp(key, "fatal"))
fatal_discard[0] = true;
else if (!str_cmp(key, "discard-recording"))
fatal_discard[1] = true;
}
const char *call_delete_ng(ng_command_ctx_t *ctx) {
g_auto(sdp_ng_flags) rtpp_flags;
parser_arg output = ctx->resp;
Expand Down

0 comments on commit e22282a

Please sign in to comment.