In the attached diff the old (removed) 'F' variable was only used within the following assert & thus would warn in retail builds. <br><br>Rather than simply (void)F-ing out the expression it seemed tidier to simplify this whole section of code. The asserts could be avoided/simplified by using cast instead of dyn_cast (since cast includes the same assert). Hopefully this is an acceptable fix.<br>
<br>- David<br>