From aff28178e631345065c21e238f469459750c542d Mon Sep 17 00:00:00 2001 From: Miguel Herranz Date: Tue, 10 Jan 2017 11:49:45 +0100 Subject: Remove db-auto-remove-logs --- src/common/command_line.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/common/command_line.cpp') diff --git a/src/common/command_line.cpp b/src/common/command_line.cpp index a432062a0..d95859256 100644 --- a/src/common/command_line.cpp +++ b/src/common/command_line.cpp @@ -111,11 +111,6 @@ namespace command_line , "Max number of threads to use when preparing block hashes in groups." , 4 }; - const command_line::arg_descriptor arg_db_auto_remove_logs = { - "db-auto-remove-logs" - , "For BerkeleyDB only. Remove transactions logs automatically." - , 1 - }; const command_line::arg_descriptor arg_show_time_stats = { "show-time-stats" , "Show time-stats when processing blocks/txs and disk synchronization." -- cgit v1.2.3