From 47d35b3d6b0e1023c8dcdbc8371d6f3ca762dfe4 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Wed, 28 Aug 2013 08:31:18 +0200 Subject: MEMBEROF: Remove temporary workaround --- src/ldb_modules/memberof.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/ldb_modules') diff --git a/src/ldb_modules/memberof.c b/src/ldb_modules/memberof.c index 79b33137..c26a13bb 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" -- cgit