<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19751">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">RSL_Emulation: Fix compiler warning about dead code<br><br>RSL_Emulation.ttcn: In TTCN-3 module `RSL_Emulation':<br> RSL_Emulation.ttcn:478.1-713.1: In function definition `main':<br>  RSL_Emulation.ttcn:500.2-712.2: In while statement:<br>   RSL_Emulation.ttcn:501.3-711.3: In alt construct:<br>    RSL_Emulation.ttcn:695.4-28: In function instance:<br>     RSL_Emulation.ttcn:725.9-744.1: In function definition `f_WaitingQueue_dispatch':<br>      RSL_Emulation.ttcn:729.2-740.2: In for statement:<br>       RSL_Emulation.ttcn:732.3-736.3: In if statement:<br>        RSL_Emulation.ttcn:735.4-8: warning: Control never reaches this statement<br><br>Change-Id: I1e080a8543a9f26b45b345e47881b6f6d4c9b362<br>---<br>M library/RSL_Emulation.ttcn<br>1 file changed, 0 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/RSL_Emulation.ttcn b/library/RSL_Emulation.ttcn</span><br><span>index 2fcb96c..0a20459 100644</span><br><span>--- a/library/RSL_Emulation.ttcn</span><br><span>+++ b/library/RSL_Emulation.ttcn</span><br><span>@@ -732,7 +732,6 @@</span><br><span>           if (cid == -1) {</span><br><span>                     setverdict(fail, "No Dchan handler found for: ", WaitingQueue[i]);</span><br><span>                         mtc.stop;</span><br><span style="color: hsl(0, 100%, 40%);">-                       break;</span><br><span>               }</span><br><span> </span><br><span>                /* Dispatch a stalled message to the appropriate handler */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19751">change 19751</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19751"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I1e080a8543a9f26b45b345e47881b6f6d4c9b362 </div>
<div style="display:none"> Gerrit-Change-Number: 19751 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>