summaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
diff options
context:
space:
mode:
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-07-05 06:44:23 +0000
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-07-05 06:44:23 +0000
commit1e48fdc77bcb22a6ba246014074cb17c739abd5b (patch)
treecfeee634a843b764eb7956dc9af9b9ed62b80be4 /gcc/cpphash.h
parent827a2f7ff2dd0e7ac892673e699b9bb454c9c89e (diff)
downloadgcc-1e48fdc77bcb22a6ba246014074cb17c739abd5b.tar.gz
* cpphash.h (enum node_type): Remove unneeded and non-standard
forward declaration. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10106 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r--gcc/cpphash.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h
index b4d72078208..914a12f5b01 100644
--- a/gcc/cpphash.h
+++ b/gcc/cpphash.h
@@ -1,5 +1,3 @@
-enum node_type;
-
/* different kinds of things that can appear in the value field
of a hash node. Actually, this may be useless now. */
union hashval {