r18115: comparison_fn_t is defined in libreplace now
authorAndrew Tridgell <tridge@samba.org>
Wed, 6 Sep 2006 00:20:08 +0000 (00:20 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:17:34 +0000 (14:17 -0500)
(This used to be commit e9ee8b1053875fd3ddc950e3b21feb106eb3850c)

source4/lib/ldb/include/includes.h

index 636f01223f2345c7cfb159f2a024cc4d4838fdb2..f761d358c96dbcb91c8e85f8cef228c7c9812ac1 100644 (file)
@@ -39,9 +39,6 @@
 
 #define discard_const(ptr) ((void *)((intptr_t)(ptr)))
 #define discard_const_p(type, ptr) ((type *)discard_const(ptr))
-#ifndef HAVE_COMPARISON_FN_T
-typedef int (*comparison_fn_t)(const void *, const void *);
-#endif
 
 #include "talloc.h"