diff options
Diffstat (limited to 'source4/param/param.h')
-rw-r--r-- | source4/param/param.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/param/param.h b/source4/param/param.h index 622250b8b7..79a1bff2c7 100644 --- a/source4/param/param.h +++ b/source4/param/param.h @@ -47,11 +47,6 @@ typedef NTSTATUS (*init_module_fn) (void); #include "libds/common/roles.h" -enum sid_generator { - SID_GENERATOR_INTERNAL=0, - SID_GENERATOR_BACKEND=1, -}; - enum announce_as {/* Types of machine we can announce as. */ ANNOUNCE_AS_NT_SERVER=1, ANNOUNCE_AS_WIN95=2, |