This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA 31/42] Remove a TODO


This removes a TODO comment -- the work has been done.

gdb/ChangeLog
2018-05-22  Tom Tromey  <tom@tromey.com>

	* buildsym.c: Remove TODO comment.
---
 gdb/ChangeLog  | 4 ++++
 gdb/buildsym.c | 3 +--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/gdb/buildsym.c b/gdb/buildsym.c
index fec06f3d88..a39c003e7c 100644
--- a/gdb/buildsym.c
+++ b/gdb/buildsym.c
@@ -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
 {
-- 
2.13.6


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]