summaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cpphash.h')
-rwxr-xr-xgcc/cpphash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h
index 3b97f1c..b773951 100755
--- a/gcc/cpphash.h
+++ b/gcc/cpphash.h
@@ -21,7 +21,6 @@ union hashval {
int ival;
char *cpval;
DEFINITION *defn;
- struct hashnode *aschain; /* for #assert */
};
struct hashnode {