From 3393ea346b53da206c6fc23bceaafe15df466955 Mon Sep 17 00:00:00 2001 From: XMRig Date: Tue, 19 Feb 2019 07:49:39 +0700 Subject: [PATCH] Removed unused code. --- src/core/ConfigLoader_platform.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/core/ConfigLoader_platform.h b/src/core/ConfigLoader_platform.h index 749585df..0b71c3fd 100644 --- a/src/core/ConfigLoader_platform.h +++ b/src/core/ConfigLoader_platform.h @@ -112,21 +112,6 @@ static struct option const config_options[] = { }; -static struct option const pool_options[] = { - { "url", 1, nullptr, xmrig::IConfig::UrlKey }, - { "pass", 1, nullptr, xmrig::IConfig::PasswordKey }, - { "user", 1, nullptr, xmrig::IConfig::UserKey }, - { "userpass", 1, nullptr, xmrig::IConfig::UserpassKey }, - { "nicehash", 0, nullptr, xmrig::IConfig::NicehashKey }, - { "keepalive", 2, nullptr, xmrig::IConfig::KeepAliveKey }, - { "variant", 1, nullptr, xmrig::IConfig::VariantKey }, - { "rig-id", 1, nullptr, xmrig::IConfig::RigIdKey }, - { "tls", 0, nullptr, xmrig::IConfig::TlsKey }, - { "tls-fingerprint", 1, nullptr, xmrig::IConfig::FingerprintKey }, - { nullptr, 0, nullptr, 0 } -}; - - static struct option const api_options[] = { { "port", 1, nullptr, xmrig::IConfig::ApiPort }, { "access-token", 1, nullptr, xmrig::IConfig::ApiAccessTokenKey },