>From cc35b0a22425f538a9f654e8629c63d81a5954af Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Wed, 28 Aug 2013 08:31:18 +0200 Subject: [PATCH 5/7] MEMBEROF: Remove temporary workaround --- src/ldb_modules/memberof.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ldb_modules/memberof.c b/src/ldb_modules/memberof.c index 79b33137b5ac45bda4bb5fc7efce4553f7227fe3..c26a13bb94bafe62299572565cab4b53c77f3d94 100644 --- a/src/ldb_modules/memberof.c +++ b/src/ldb_modules/memberof.c @@ -17,11 +17,6 @@ along with this program. If not, see . */ -/* Temporary workaround, will be fixed in ldb upstream soon */ -#ifndef LDB_VERSION -#define LDB_VERSION "0.9.22" -#endif - #include #include "ldb_module.h" #include "util/util.h" -- 1.8.3.1