[cfe-commits] [PATCH] Remove unused arg in	RawCommentList::addComment
    Dmitri Gribenko 
    gribozavr at gmail.com
       
    Wed Jun 20 13:40:59 PDT 2012
    
    
  
On Wed, Jun 20, 2012 at 1:24 PM, David Blaikie <dblaikie at gmail.com> wrote:
> On Wed, Jun 20, 2012 at 1:20 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
>> Hello,
>>
>> The attached patch removes unused ASTContext& arg in
>> RawCommentList::addComment, as pointed out by Chandler during
>> post-commit review.
>
> Looks like it meets the trivial change bar to me.
Thanks, in r158845.
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>*/
    
    
More information about the cfe-commits
mailing list