[cfe-commits] Remove unused parameter LParenLoc from ActOnObjCCollectionStmt

Richard Smith richard at metafoo.co.uk
Wed Aug 15 17:45:33 PDT 2012


LGTM

On Thu, Aug 9, 2012 at 4:24 PM, Sam Panzer <panzer at google.com> wrote:

> 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.
>
> 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.
>
> -Sam
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120815/8c7fc522/attachment.html>


More information about the cfe-commits mailing list