diff options
Diffstat (limited to 'gcc/cpphash.h')
-rwxr-xr-x | gcc/cpphash.h | 1 |
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 { |