ast2firm: Factorise code to convert a value to its storage type.
[cparser] / type_hash.h
index 85c0159..cd1ff4f 100644 (file)
@@ -26,6 +26,5 @@ void init_typehash(void);
 void exit_typehash(void);
 
 type_t *typehash_insert(type_t *type);
-int     typehash_contains(type_t *type);
 
 #endif