diff options
Diffstat (limited to 'gcc/hash-set.h')
-rw-r--r-- | gcc/hash-set.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/hash-set.h b/gcc/hash-set.h index c1e8872e454..906545143a7 100644 --- a/gcc/hash-set.h +++ b/gcc/hash-set.h @@ -112,7 +112,6 @@ class hash_set typedef hash_entry value_type; typedef Key compare_type; - typedef int store_values_directly; static hashval_t hash (const hash_entry &e) { |