From ca2482073627994d6a8c0be6dcf6463aba889635 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 27 Jul 2012 10:34:05 +1000 Subject: lib/param: Remove unused "paranoid server security" This became unused when security=server went away. Andrew Bartlett --- lib/param/param_table.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lib/param/param_table.c') diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 67c72ce724..7cbc15cb0b 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -1852,15 +1852,6 @@ static struct parm_struct parm_table[] = { .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_SHARE, }, - { - .label = "paranoid server security", - .type = P_BOOL, - .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(paranoid_server_security), - .special = NULL, - .enum_list = NULL, - .flags = FLAG_ADVANCED, - }, { .label = "max disk size", .type = P_BYTES, -- cgit