]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
remove old ifdef that remained from when this was a header file
authorRonnie sahlberg <ronniesahlberg@gmail.com>
Tue, 10 Apr 2007 04:53:23 +0000 (14:53 +1000)
committerRonnie sahlberg <ronniesahlberg@gmail.com>
Tue, 10 Apr 2007 04:53:23 +0000 (14:53 +1000)
(This used to be ctdb commit 050f302103b32ea3895fc97dae7726f11fbf01e3)

ctdb/common/ctdb_io.c

index f627fedc38a57fd53d0c8cdc439e384d19bfb6c1..7292aec2aac249426b74c69d9a1e57b7b892be14 100644 (file)
@@ -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