From b6263c5df20b4ab1e4b88b95bde37d836b47dfc9 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Fri, 5 May 2017 15:06:13 +0000 Subject: Kill walk_namespaces. * cp-tree.h (walk_namespaces_fn, walk_namespaces): Delete. * decl.c (walk_namespaces_r, walk_namespaces): Delete. From-SVN: r247638 --- gcc/cp/cp-tree.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc/cp/cp-tree.h') diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index 549c576..8120b93 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -5902,9 +5902,6 @@ extern void revert_static_member_fn (tree); extern void fixup_anonymous_aggr (tree); extern tree compute_array_index_type (tree, tree, tsubst_flags_t); extern tree check_default_argument (tree, tree, tsubst_flags_t); -typedef int (*walk_namespaces_fn) (tree, void *); -extern int walk_namespaces (walk_namespaces_fn, - void *); extern int wrapup_namespace_globals (); extern tree create_implicit_typedef (tree, tree); extern int local_variable_p (const_tree); -- cgit v1.1