summaryrefslogtreecommitdiff
path: root/gcc/ipa-ref.h
diff options
context:
space:
mode:
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>2013-10-31 21:22:50 +0000
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>2013-10-31 21:22:50 +0000
commita908ea1c7c717dd7a0bb313377fc2ca3960e06d3 (patch)
treed285dbbfa8b3543f9c8af120280b8137609c201b /gcc/ipa-ref.h
parentd7c3eac64d5f0afad9605646417c4063c82b0333 (diff)
downloadgcc-a908ea1c7c717dd7a0bb313377fc2ca3960e06d3.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204278 138bc75d-0d04-0410-961f-82ee72b054a4
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 dc6e238568c..d5ea7ee363d 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. */