summaryrefslogtreecommitdiff
path: root/source4/include/registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include/registry.h')
-rw-r--r--source4/include/registry.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source4/include/registry.h b/source4/include/registry.h
index dc17eb06b1..06442514f0 100644
--- a/source4/include/registry.h
+++ b/source4/include/registry.h
@@ -35,15 +35,6 @@
#define REG_DELETE -1
-#if 0
-/* FIXME */
-typedef struct ace_struct_s {
- uint8_t type, flags;
- uint_t perms; /* Perhaps a better def is in order */
- DOM_SID *trustee;
-} ACE;
-#endif
-
/*
* The general idea here is that every backend provides a 'hive'. Combining
* various hives gives you a complete registry like windows has