diff mbox series

Remove resolved TODO comment

Message ID 20190523084528.GA31864@redhat.com
State New
Headers show
Series Remove resolved TODO comment | expand

Commit Message

Jonathan Wakely May 23, 2019, 8:45 a.m. UTC
* init.c (std_placement_new_fn_p): Remove outdated TODO comment that
	was resolved by r254694.

Committing to trunk as obvious.

Should I bother doing the same thing on the branches where this was
resolved?
commit 31b5063cfade07089e5856ecf0f08d5f7bef65f9
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu May 23 09:42:51 2019 +0100

    Remove resolved TODO comment
    
            * init.c (std_placement_new_fn_p): Remove outdated TODO comment that
            was resolved by r254694.

Comments

Jason Merrill May 23, 2019, 1:13 p.m. UTC | #1
On Thu, May 23, 2019 at 4:45 AM Jonathan Wakely <jwakely@redhat.com> wrote:
>
>         * init.c (std_placement_new_fn_p): Remove outdated TODO comment that
>         was resolved by r254694.
>
> Committing to trunk as obvious.
>
> Should I bother doing the same thing on the branches where this was
> resolved?

I wouldn't bother, no.

Jason
diff mbox series

Patch

diff --git a/gcc/cp/init.c b/gcc/cp/init.c
index 4ffd96eef9d..b206263f23c 100644
--- a/gcc/cp/init.c
+++ b/gcc/cp/init.c
@@ -2848,8 +2848,7 @@  malloc_alignment ()
 }
 
 /* Determine whether an allocation function is a namespace-scope
-   non-replaceable placement new function. See DR 1748.
-   TODO: Enable in all standard modes.  */
+   non-replaceable placement new function. See DR 1748.  */
 static bool
 std_placement_new_fn_p (tree alloc_fn)
 {