* buildsym.c (add_symbol_to_list): Delete outdated comment.
authorDoug Evans <dje@google.com>
Tue, 15 Nov 2011 23:12:30 +0000 (23:12 +0000)
committerDoug Evans <dje@google.com>
Tue, 15 Nov 2011 23:12:30 +0000 (23:12 +0000)
gdb/ChangeLog
gdb/buildsym.c

index a62934befc23099d77b68ffaf181d5ea6e15db28..1f406fa0adec85e6643cf2943766b04e5f3b4a4a 100644 (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.
index 31880b8d6fa12b5f1fa2f1fcb302829fcbab0957..e49a60e989f33eeb15cf3bccd5097cf845740c5b 100644 (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)
This page took 0.029427 seconds and 4 git commands to generate.