diff options
author | Tom Tromey <tom@tromey.com> | 2018-05-21 09:20:31 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-07-20 09:42:48 -0600 |
commit | ddb7060226028e5e18c340a6d072337ead3209cd (patch) | |
tree | 2cfd6004c40c52a02839adee707a7a76c17bc744 /gdb/buildsym.c | |
parent | b37dd3bcaac70cede547ba41fdac7878a0f4c67e (diff) | |
download | gdb-ddb7060226028e5e18c340a6d072337ead3209cd.zip gdb-ddb7060226028e5e18c340a6d072337ead3209cd.tar.gz gdb-ddb7060226028e5e18c340a6d072337ead3209cd.tar.bz2 |
Remove a TODO
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.
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r-- | gdb/buildsym.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c index d7f8f48..e6eb711 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 { |