X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=osl.c;h=9bdc351dcbfa6f4f8fd47fe65b1a6d8016e9ba21;hp=9e6de44f9b6192a465b172567737524dbef76f67;hb=7364f975c92ff28a9ca6f2decb7d0ab28e94db48;hpb=63bb48e9e1b1d137e5b19ac7ee772e314782c177 diff --git a/osl.c b/osl.c index 9e6de44..9bdc351 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) {