diff options
author | YamaArashi <shadow962@live.com> | 2016-04-23 14:24:29 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-23 14:24:29 -0700 |
commit | fa618cd10b1985bae42882f82346b646783892c6 (patch) | |
tree | 0747f080932237303da5092624e2d7fd80161b78 /gcc/cpphash.h | |
parent | d3544ca3cc99335afd11751fde4f41dc7c7444c5 (diff) |
cleanup
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 { |