diff options
Diffstat (limited to 'src/common/command_line.cpp')
-rw-r--r-- | src/common/command_line.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/command_line.cpp b/src/common/command_line.cpp index b643f5135..98ff73bc5 100644 --- a/src/common/command_line.cpp +++ b/src/common/command_line.cpp @@ -91,9 +91,4 @@ namespace command_line , "Show time-stats when processing blocks/txs and disk synchronization." , 0 }; - const command_line::arg_descriptor<bool> arg_fakechain = { - "fakechain" - , "Use a fake chain for testing purposes." - , false - }; } |