From 07a1c2c3c7be5942a20ccc45ccf695ce3cb08112 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sat, 22 Nov 2014 10:46:52 -0800 Subject: [PATCH] cp-namespace.c (cp_lookup_symbol_nonlocal): Fix comment. gdb/ChangeLog: * cp-namespace.c (cp_lookup_symbol_nonlocal): Fix comment. --- gdb/ChangeLog | 4 ++++ gdb/cp-namespace.c | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ece706996e..037c454b2f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2014-11-22 Doug Evans + + * cp-namespace.c (cp_lookup_symbol_nonlocal): Fix comment. + 2014-11-21 Doug Evans * psymtab.c (psymtab_search_name): Fix whitespace. diff --git a/gdb/cp-namespace.c b/gdb/cp-namespace.c index 31075feda4..fcfd17b4df 100644 --- a/gdb/cp-namespace.c +++ b/gdb/cp-namespace.c @@ -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, -- 2.34.1