summaryrefslogtreecommitdiff
path: root/source4/include/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include/core.h')
-rw-r--r--source4/include/core.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/include/core.h b/source4/include/core.h
index f334c3df42..f99e34948b 100644
--- a/source4/include/core.h
+++ b/source4/include/core.h
@@ -26,11 +26,6 @@
#include "libcli/util/nt_status.h"
-typedef bool BOOL;
-
-#define False false
-#define True true
-
/* used to hold an arbitrary blob of data */
typedef struct datablob {
uint8_t *data;