X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=libcitadel%2Flib%2Fhash.c;h=684dc466de08889b505ed8b7fa7f0dce82d6e486;hp=ac6a377ff16ff188a62d2bfc9bea993b8ac63042;hb=74b50d8c01f53fdd201f262fa14c59b116fbbb73;hpb=3088e4e9321b2e4c36ebc2453a5e0e9cc1d4b166 diff --git a/libcitadel/lib/hash.c b/libcitadel/lib/hash.c index ac6a377ff..684dc466d 100644 --- a/libcitadel/lib/hash.c +++ b/libcitadel/lib/hash.c @@ -955,15 +955,6 @@ void SortByPayload(HashList *Hash, CompareFunc SortBy) */ -/* - * Generic function to free a pointer. This can be used as a callback with the - * hash table, even on systems where free() is defined as a macro or has had other - * horrible things done to it. - */ -void generic_free_handler(void *ptr) { - free(ptr); -} - /* * Generic function to free a reference. * since a reference actualy isn't needed to be freed, do nothing.