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.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/source4/include/core.h b/source4/include/core.h
index d0c92880de..0ffbeea6a4 100644
--- a/source4/include/core.h
+++ b/source4/include/core.h
@@ -24,10 +24,6 @@
#ifndef _SAMBA_CORE_H
#define _SAMBA_CORE_H
-/*
- * Define VOLATILE if needed.
- */
-
#define False (0)
#define True (1)
#define Auto (2)
@@ -54,4 +50,4 @@ typedef uint64_t NTTIME;
typedef NTSTATUS (*init_module_fn) (void);
-#endif /* _SMB_H */
+#endif /* _SAMBA_CORE_H */