Browse Source

MT#55283 remove duplicate code

Change-Id: I4b2b5b2cd99e2e88ee96aeca66386bb6303868ad
(cherry picked from commit 6dfb2786c8)
mr11.3.1
Richard Fuchs 3 years ago
parent
commit
0e7c25363d
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      daemon/call_interfaces.c

+ 0
- 2
daemon/call_interfaces.c View File

@ -1058,8 +1058,6 @@ static void call_ng_flags_flags(struct sdp_ng_flags *out, str *s, void *dummy) {
out->inactive = 1;
break;
case CSH_LOOKUP("debug"):
out->debug = 1;
break;
case CSH_LOOKUP("debugging"):
out->debug = 1;
break;


Loading…
Cancel
Save