[cfe-commits] [PATCH] Remove unused arg in RawCommentList::addComment
Dmitri Gribenko
gribozavr at gmail.com
Wed Jun 20 13:20:43 PDT 2012
Hello,
The attached patch removes unused ASTContext& arg in
RawCommentList::addComment, as pointed out by Chandler during
post-commit review.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: remove-unused-arg-rawcommentlist.patch
Type: application/octet-stream
Size: 1709 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120620/58d9cd27/attachment.obj>
More information about the cfe-commits
mailing list