* buildsym.c (add_symbol_to_list): Delete outdated comment.

This commit is contained in:
Doug Evans 2011-11-15 23:12:30 +00:00
parent 8fdb04896b
commit 93bf33fd99
2 changed files with 6 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2011-11-15 Doug Evans <dje@google.com>
* buildsym.c (add_symbol_to_list): Delete outdated comment.
2011-11-15 Paul Koning <paul_koning@dell.com>
* python/py-type.c (typy_get_composite): New function.

View File

@ -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)