From 675def039652e69d8fd5f229eff2128116e1d328 Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 28 Aug 2015 12:31:55 +0000 Subject: Remove the lock-server option which is a bit redundant, it isn't that different without it. --- options-table.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'options-table.c') diff --git a/options-table.c b/options-table.c index 7f75d22c..b9431483 100644 --- a/options-table.c +++ b/options-table.c @@ -206,11 +206,6 @@ const struct options_table_entry session_options_table[] = { .default_str = "lock -np" }, - { .name = "lock-server", - .type = OPTIONS_TABLE_FLAG, - .default_num = 1 - }, - { .name = "message-attr", .type = OPTIONS_TABLE_ATTRIBUTES, .default_num = 0, -- cgit