]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/vtable-verify.h
gcc/
[thirdparty/gcc.git] / gcc / vtable-verify.h
index fbb3bfd9734c8a0c472dece9e2d637af5e2c09f8..dda6f069dba41a9a29e6ea65e8da7c09efb9f954 100644 (file)
@@ -55,10 +55,8 @@ struct vtable_registration
   vec<unsigned> offsets;       /* The offsets array.                        */
 };
 
-struct registration_hasher : typed_noop_remove <struct vtable_registration>
+struct registration_hasher : nofree_ptr_hash <struct vtable_registration>
 {
-  typedef struct vtable_registration *value_type;
-  typedef struct vtable_registration *compare_type;
   static inline hashval_t hash (const vtable_registration *);
   static inline bool equal (const vtable_registration *,
                            const vtable_registration *);