diff options
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index 2b0668d..c536ce4 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -31,7 +31,6 @@ typedef struct hashnode HASHNODE; politeness, for use when speed isn't so important. */ #define HASHSIZE 1403 -static HASHNODE *hashtab[HASHSIZE]; #define HASHSTEP(old, c) ((old << 2) + c) #define MAKE_POS(v) (v & 0x7fffffff) /* make number positive */ |