summaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-17 15:43:30 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-17 15:43:30 +0000
commitbf5d595fbab82940222bd2a16b1482f67c124c36 (patch)
tree74249027425a05d4e072007fdacc7b47ddde3629 /gcc/cp/name-lookup.h
parentf0806d8b859e0e4660a211da84d01b116a61bc3b (diff)
downloadgcc-bf5d595fbab82940222bd2a16b1482f67c124c36.tar.gz
* name-lookup.c (lookup_namespace_name): Remove.
* name-lookup.h: Remove the prototype for lookup_namespace_name. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109821 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/name-lookup.h')
-rw-r--r--gcc/cp/name-lookup.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/name-lookup.h b/gcc/cp/name-lookup.h
index 5a1dc8e34f5..12cb697f32b 100644
--- a/gcc/cp/name-lookup.h
+++ b/gcc/cp/name-lookup.h
@@ -319,7 +319,6 @@ extern tree namespace_binding (tree, tree);
extern void set_namespace_binding (tree, tree, tree);
extern bool hidden_name_p (tree);
extern tree remove_hidden_names (tree);
-extern tree lookup_namespace_name (tree, tree);
extern tree lookup_qualified_name (tree, tree, bool, bool);
extern tree lookup_name_nonclass (tree);
extern tree lookup_function_nonclass (tree, tree, bool);