aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-ref.h
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2013-10-31 21:22:50 +0000
committerDavid Malcolm <dmalcolm@gcc.gnu.org>2013-10-31 21:22:50 +0000
commit64f37e9d425fc58e75724f4461431a30b5836403 (patch)
treed285dbbfa8b3543f9c8af120280b8137609c201b /gcc/ipa-ref.h
parent1b1bdc03f86328ba2b53b774420d2ace5af1d756 (diff)
downloadgcc-64f37e9d425fc58e75724f4461431a30b5836403.zip
gcc-64f37e9d425fc58e75724f4461431a30b5836403.tar.gz
gcc-64f37e9d425fc58e75724f4461431a30b5836403.tar.bz2
Manual part of renaming of symtab_node_base to symtab_node.
gcc/ * ipa-ref.h (symtab_node): Remove typedef to pointer type, as it clashes with the preferred name for the base class. (const_symtab_node): Remove redundant typedef. From-SVN: r204278
Diffstat (limited to 'gcc/ipa-ref.h')
-rw-r--r--gcc/ipa-ref.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ipa-ref.h b/gcc/ipa-ref.h
index dc6e238..d5ea7ee 100644
--- a/gcc/ipa-ref.h
+++ b/gcc/ipa-ref.h
@@ -21,8 +21,6 @@ along with GCC; see the file COPYING3. If not see
struct cgraph_node;
struct varpool_node;
class symtab_node_base;
-typedef symtab_node_base *symtab_node;
-typedef const symtab_node_base *const_symtab_node;
/* How the reference is done. */