diff options
author | Nathan Sidwell <nathan@acm.org> | 2017-05-05 15:06:13 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2017-05-05 15:06:13 +0000 |
commit | b6263c5df20b4ab1e4b88b95bde37d836b47dfc9 (patch) | |
tree | 5dc4b3ada78d21b98d31465033b06a8590d96cb6 /gcc/cp/cp-tree.h | |
parent | c02d2d0adb153f819e75b0d9f62fcdf43ff1954d (diff) | |
download | gcc-b6263c5df20b4ab1e4b88b95bde37d836b47dfc9.zip gcc-b6263c5df20b4ab1e4b88b95bde37d836b47dfc9.tar.gz gcc-b6263c5df20b4ab1e4b88b95bde37d836b47dfc9.tar.bz2 |
Kill walk_namespaces.
* cp-tree.h (walk_namespaces_fn, walk_namespaces): Delete.
* decl.c (walk_namespaces_r, walk_namespaces): Delete.
From-SVN: r247638
Diffstat (limited to 'gcc/cp/cp-tree.h')
-rw-r--r-- | gcc/cp/cp-tree.h | 3 |
1 files changed, 0 insertions, 3 deletions
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); |