From: Ronnie sahlberg Date: Tue, 10 Apr 2007 04:53:23 +0000 (+1000) Subject: remove old ifdef that remained from when this was a header file X-Git-Tag: tevent-0.9.20~348^2~2949^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ba0f9db6f226b08eb084ab55bf2b41f77e46a5c;p=thirdparty%2Fsamba.git remove old ifdef that remained from when this was a header file (This used to be ctdb commit 050f302103b32ea3895fc97dae7726f11fbf01e3) --- diff --git a/ctdb/common/ctdb_io.c b/ctdb/common/ctdb_io.c index f627fedc38a..7292aec2aac 100644 --- a/ctdb/common/ctdb_io.c +++ b/ctdb/common/ctdb_io.c @@ -21,9 +21,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _CTDB_PARTIAL_H -#define _CTDB_PARTIAL_H - #include "includes.h" #include "lib/tdb/include/tdb.h" #include "lib/events/events.h" @@ -116,4 +113,3 @@ void ctdb_read_pdu(int fd, TALLOC_CTX *ctx, struct ctdb_partial *partial, partia talloc_free(data_base); } -#endif