summaryrefslogtreecommitdiffstats
path: root/source/lib/ldb
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-15 21:14:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:19:21 -0500
commit8dea4ebe98ec5bdb7fd55b54e9b14a52db817f4f (patch)
treeebeca7951ed1dee661a36492f10901ea3f81520d /source/lib/ldb
parent8f4a39127f7b560a7a609e74423ccb88f53e545e (diff)
downloadsamba-8dea4ebe98ec5bdb7fd55b54e9b14a52db817f4f.tar.gz
samba-8dea4ebe98ec5bdb7fd55b54e9b14a52db817f4f.tar.xz
samba-8dea4ebe98ec5bdb7fd55b54e9b14a52db817f4f.zip
r22229: discard_const_p is in lib/replace now
metze
Diffstat (limited to 'source/lib/ldb')
-rw-r--r--source/lib/ldb/include/includes.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/lib/ldb/include/includes.h b/source/lib/ldb/include/includes.h
index 7a2e112241d..e2bcca2b04b 100644
--- a/source/lib/ldb/include/includes.h
+++ b/source/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"