Removed stuff related to --save-config option
This commit is contained in:
parent
a783282739
commit
b2a2c1cacd
2 changed files with 1 additions and 3 deletions
|
@ -275,7 +275,6 @@ bool xmrig::CommonConfig::parseString(int key, const char *arg)
|
|||
case ApiIPv6Key: /* --api-ipv6 */
|
||||
case DryRunKey: /* --dry-run */
|
||||
case CalibrateAlgoKey: /* --calibrate-algo */
|
||||
case SaveConfigKey: /* --save-config */
|
||||
return parseBoolean(key, true);
|
||||
|
||||
case ColorKey: /* --no-color */
|
||||
|
|
|
@ -70,7 +70,6 @@ public:
|
|||
PrintTimeKey = 1007,
|
||||
CalibrateAlgoKey = 10001,
|
||||
CalibrateAlgoTimeKey = 10002,
|
||||
SaveConfigKey = 10003,
|
||||
|
||||
// xmrig cpu
|
||||
AVKey = 'v',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue