X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=osl.c;h=16b3af5ecee2ed3cfa2abacc2cd1756cc2646e7a;hb=0c4d0aca147b69bffe112c86cb0c6ea499f4d40a;hp=c92412fbce765444c7a0d713cdeeffca35d824c1;hpb=5498b872d9e28af6210b957c2336be65b1900522;p=osl.git diff --git a/osl.c b/osl.c index c92412f..16b3af5 100644 --- a/osl.c +++ b/osl.c @@ -148,11 +148,6 @@ static int verify_name(const char *name) return 1; } -int osl_hash_compare(const struct osl_object *obj1, const struct osl_object *obj2) -{ - return hash_compare((HASH_TYPE *)obj1->data, (HASH_TYPE *)obj2->data); -} - static char *disk_storage_dirname(const struct osl_table *t, unsigned col_num, const char *ds_name) {