Remove a TODO
authorTom Tromey <tom@tromey.com>
Mon, 21 May 2018 15:20:31 +0000 (09:20 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 20 Jul 2018 15:42:48 +0000 (09:42 -0600)
This removes a TODO comment -- the work has been done.

gdb/ChangeLog
2018-07-20  Tom Tromey  <tom@tromey.com>

* buildsym.c: Remove TODO comment.

gdb/ChangeLog
gdb/buildsym.c

index 308b0676d71052f96c8abcbdcd76a55d753f8215..3b8de34b083102da225f87f50439f5d802f8b64c 100644 (file)
@@ -1,3 +1,7 @@
+2018-07-20  Tom Tromey  <tom@tromey.com>
+
+       * buildsym.c: Remove TODO comment.
+
 2018-07-20  Tom Tromey  <tom@tromey.com>
 
        * coffread.c (coff_symtab_read): Update.
index d7f8f489ef01634aed0c93392725c20ca2368c12..e6eb711f4b95316ebf1d2554a873f92e5f861e72 100644 (file)
@@ -90,8 +90,7 @@
 
 #include "stabsread.h"
 
-/* Buildsym's counterpart to struct compunit_symtab.
-   TODO(dje): Move all related global state into here.  */
+/* Buildsym's counterpart to struct compunit_symtab.  */
 
 struct buildsym_compunit
 {
This page took 0.03098 seconds and 4 git commands to generate.