RSL_Emulation: Fix compiler warning about dead code

RSL_Emulation.ttcn: In TTCN-3 module `RSL_Emulation':
 RSL_Emulation.ttcn:478.1-713.1: In function definition `main':
  RSL_Emulation.ttcn:500.2-712.2: In while statement:
   RSL_Emulation.ttcn:501.3-711.3: In alt construct:
    RSL_Emulation.ttcn:695.4-28: In function instance:
     RSL_Emulation.ttcn:725.9-744.1: In function definition `f_WaitingQueue_dispatch':
      RSL_Emulation.ttcn:729.2-740.2: In for statement:
       RSL_Emulation.ttcn:732.3-736.3: In if statement:
        RSL_Emulation.ttcn:735.4-8: warning: Control never reaches this statement

Change-Id: I1e080a8543a9f26b45b345e47881b6f6d4c9b362
This commit is contained in:
Harald Welte 2020-08-21 12:23:19 +02:00
parent afd87efcd1
commit b75bbf89c4
1 changed files with 0 additions and 1 deletions

View File

@ -732,7 +732,6 @@ runs on RSL_Emulation_CT {
if (cid == -1) {
setverdict(fail, "No Dchan handler found for: ", WaitingQueue[i]);
mtc.stop;
break;
}
/* Dispatch a stalled message to the appropriate handler */