From 09c188e7353a74d05a674935c85e548bd09073ae Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 30 Aug 2007 22:25:59 +0000 Subject: r24812: Fix headers for external users. (This used to be commit ff6684adfd96b59381dd941e54070ab9f8984912) --- source4/include/core.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source4/include') diff --git a/source4/include/core.h b/source4/include/core.h index 55e89e9761..fc66e10283 100644 --- a/source4/include/core.h +++ b/source4/include/core.h @@ -27,10 +27,6 @@ #include -/* by making struct ldb_val and DATA_BLOB the same, we can simplify - a fair bit of code */ -#define ldb_val datablob - /* we use struct ipv4_addr to avoid having to include all the system networking headers everywhere -- cgit