aboutsummaryrefslogtreecommitdiff
path: root/src/util/system.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-06-17 14:01:57 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-06-18 20:09:23 +0200
commitfa751a47ff4253f58518d7f43d33ec1227ea0dbc (patch)
tree06ed349c6e1dac6e87c3f9e9f879cc4603edd106 /src/util/system.h
parentfa3c1eee7ff2646e78540d53b4f8eaf095a8c27d (diff)
downloadbitcoin-fa751a47ff4253f58518d7f43d33ec1227ea0dbc.tar.xz
Remove unused OptionsCategory arg from AddCommand
Diffstat (limited to 'src/util/system.h')
-rw-r--r--src/util/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/system.h b/src/util/system.h
index ea9870a343..3547bad585 100644
--- a/src/util/system.h
+++ b/src/util/system.h
@@ -374,7 +374,7 @@ public:
/**
* Add subcommand
*/
- void AddCommand(const std::string& cmd, const std::string& help, const OptionsCategory& cat);
+ void AddCommand(const std::string& cmd, const std::string& help);
/**
* Add many hidden arguments