LGTM On Thu, Aug 9, 2012 at 4:24 PM, Sam Panzer <[email protected]> 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 > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits > >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
