From c39b74e1323190aff4fdbc5cbd6e2b104ef3b548 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Wed, 30 Sep 2009 13:57:55 -0400 Subject: [PATCH] remove duplicate changelog entry From-SVN: r152342 --- gcc/cp/ChangeLog | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 7032cf395d2..f617fb1c887 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -3,11 +3,6 @@ * semantics.c (lambda_expr_this_capture): Fix default capture of explicit capture of 'this'. -2009-09-30 Jason Merrill - - * semantics.c (lambda_expr_this_capture): Fix default capture - of explicit capture of 'this'. - 2009-09-30 Jason Merrill * parser.c (cp_parser_lambda_expression): Don't add __ to __this.