From 8b3ea388bce4faf65a3a1722a456f82686863071 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 15 Apr 2007 21:14:37 +0000 Subject: r22229: discard_const_p is in lib/replace now metze (This used to be commit 8dea4ebe98ec5bdb7fd55b54e9b14a52db817f4f) --- source3/lib/ldb/include/includes.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3') diff --git a/source3/lib/ldb/include/includes.h b/source3/lib/ldb/include/includes.h index 7a2e112241..e2bcca2b04 100644 --- a/source3/lib/ldb/include/includes.h +++ b/source3/lib/ldb/include/includes.h @@ -16,10 +16,6 @@ #define dyn_MODULESDIR dyn_LIBDIR #endif - - -#define discard_const_p(type, ptr) ((type *)((intptr_t)(ptr))) - #include "replace.h" #include "system/filesys.h" #include "system/network.h" -- cgit