X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=type_hash.c;h=96354888029db961d865241f710e035c54b36823;hb=3cdead30b5c1d131d5c363188c26255514ea2fc8;hp=ea8815365c8ee7efe00ac3e7fce8272b5fa71c99;hpb=74b69bb1c46cea344e636da430ff274b0edb5d9b;p=cparser diff --git a/type_hash.c b/type_hash.c index ea88153..9635488 100644 --- a/type_hash.c +++ b/type_hash.c @@ -92,8 +92,6 @@ static unsigned hash_compound_type(const compound_type_t *type) return hash_ptr(type->compound); } -static unsigned hash_type(const type_t *type); - static unsigned hash_function_type(const function_type_t *type) { unsigned result = hash_ptr(type->return_type);