[RFA,31/42] Remove a TODO

Message ID 20180523045851.11660-32-tom@tromey.com
State New, archived
Headers

Commit Message

Tom Tromey May 23, 2018, 4:58 a.m. UTC
  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(-)
  

Comments

Simon Marchi July 10, 2018, 3:42 a.m. UTC | #1
On 2018-05-23 12:58 AM, Tom Tromey wrote:
> This removes a TODO comment -- the work has been done.

Obviously ok, thanks for this :).

Simon
  

Patch

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
 {