LGTM<br><br><div class="gmail_quote">On Thu, Aug 9, 2012 at 4:24 PM, Sam Panzer <span dir="ltr"><<a href="mailto:panzer@google.com" target="_blank">panzer@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Calls to ActOnCXXForRangeStmt included an LParenLoc parameter, which was used in exactly one place, as a parameter to ActOnObjCCollectionStmt. The LParenLoc parameter to ActOnObjCCollectionStmt isn't used at all. <div>

<br></div><div>I'm not sure if the extra parameters were added with the intention of using them eventually, but in case they're not needed, this patch removes the unused parameters to these functions.</div><span class="HOEnZb"><font color="#888888"><div>
<br>
</div><div>-Sam</div>
</font></span><br>_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
<br></blockquote></div><br>