]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
cp-namespace.c (cp_lookup_symbol_nonlocal): Fix comment.
authorDoug Evans <xdje42@gmail.com>
Sat, 22 Nov 2014 18:46:52 +0000 (10:46 -0800)
committerDoug Evans <xdje42@gmail.com>
Sat, 22 Nov 2014 18:46:52 +0000 (10:46 -0800)
gdb/ChangeLog:

* cp-namespace.c (cp_lookup_symbol_nonlocal): Fix comment.

gdb/ChangeLog
gdb/cp-namespace.c

index ece706996ea3cea6291b6497b2e4e14f7fe61f6c..037c454b2fb2ac47103f6ca1fb0da7f1ff9e0919 100644 (file)
@@ -1,3 +1,7 @@
+2014-11-22  Doug Evans  <xdje42@gmail.com>
+
+       * cp-namespace.c (cp_lookup_symbol_nonlocal): Fix comment.
+
 2014-11-21  Doug Evans  <dje@google.com>
 
        * psymtab.c (psymtab_search_name): Fix whitespace.
index 31075feda458ec628eb1e6f0f3723823302181e0..fcfd17b4dfff080325471c6329978608d1b6425c 100644 (file)
@@ -218,9 +218,7 @@ cp_is_anonymous (const char *namespace)
    names.  This makes sure that names get looked for in all namespaces
    that are in scope.  NAME is the natural name of the symbol that
    we're looking for, BLOCK is the block that we're searching within,
-   DOMAIN says what kind of symbols we're looking for, and if SYMTAB
-   is non-NULL, we should store the symtab where we found the symbol
-   in it.  */
+   DOMAIN says what kind of symbols we're looking for.  */
 
 struct symbol *
 cp_lookup_symbol_nonlocal (const char *name,