diff options
author | Doug Evans <dje@google.com> | 2011-11-15 23:12:30 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2011-11-15 23:12:30 +0000 |
commit | 93bf33fd9972789de9195802b69161978106d0ae (patch) | |
tree | 70cac2b15fff45e2e69d64db1ede029d29a0b994 /gdb/buildsym.c | |
parent | 8fdb04896b2b7496bfce0df3899c5a3602b4e96a (diff) | |
download | gdb-93bf33fd9972789de9195802b69161978106d0ae.zip gdb-93bf33fd9972789de9195802b69161978106d0ae.tar.gz gdb-93bf33fd9972789de9195802b69161978106d0ae.tar.bz2 |
* buildsym.c (add_symbol_to_list): Delete outdated comment.
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r-- | gdb/buildsym.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c index 31880b8..e49a60e 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -112,11 +112,8 @@ add_free_pendings (struct pending *list) free_pendings = list; } } - -/* Add a symbol to one of the lists of symbols. While we're at it, if - we're in the C++ case and don't have full namespace debugging info, - check to see if it references an anonymous namespace; if so, add an - appropriate using directive. */ + +/* Add a symbol to one of the lists of symbols. */ void add_symbol_to_list (struct symbol *symbol, struct pending **listhead) |