diff options
Diffstat (limited to 'source3/param')
-rw-r--r-- | source3/param/loadparm.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index c80b7517c9..ed41fdb479 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -4138,15 +4138,6 @@ static struct parm_struct parm_table[] = { .flags = FLAG_ADVANCED, }, { - .label = "time offset", - .type = P_INTEGER, - .p_class = P_GLOBAL, - .ptr = &extra_time_offset, - .special = NULL, - .enum_list = NULL, - .flags = FLAG_ADVANCED, - }, - { .label = "NIS homedir", .type = P_BOOL, .p_class = P_GLOBAL, |