]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-into-ssa.c
remove need for store_values_directly
[thirdparty/gcc.git] / gcc / tree-into-ssa.c
index 258962882f4564d769a1d5bc5168bcc0ef88553e..e8b55c134de7f7b73aed4ca8d981275fae3c6886 100644 (file)
@@ -232,7 +232,6 @@ struct var_info_hasher : typed_free_remove <var_info_d>
 {
   typedef var_info_d *value_type;
   typedef var_info_d *compare_type;
-  typedef int store_values_directly;
   static inline hashval_t hash (const value_type &);
   static inline bool equal (const value_type &, const compare_type &);
 };