diff options
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/options-table.c b/options-table.c index 1c9ccd95..c99937d3 100644 --- a/options-table.c +++ b/options-table.c @@ -205,11 +205,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, |