[cfe-commits] Remove unused parameter LParenLoc from ActOnObjCCollectionStmt

Sam Panzer panzer at google.com
Thu Aug 9 16:24:27 PDT 2012


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120809/eabb5cc0/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lparenloc.patch
Type: application/octet-stream
Size: 5377 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120809/eabb5cc0/attachment.obj>


More information about the cfe-commits mailing list