summaryrefslogtreecommitdiffstats
path: root/jconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'jconf.h')
-rw-r--r--jconf.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/jconf.h b/jconf.h
index c42fbe0..dd6a010 100644
--- a/jconf.h
+++ b/jconf.h
@@ -27,12 +27,6 @@ public:
unknown_value
};
- size_t GetThreadCount();
- bool GetThreadConfig(size_t id, thd_cfg &cfg);
- bool NeedsAutoconf();
-
- slow_mem_cfg GetSlowMemSetting();
-
bool GetTlsSetting();
bool TlsSecureAlgos();
const char* GetTlsFingerprint();
@@ -52,15 +46,10 @@ public:
uint16_t GetHttpdPort();
- bool NiceHashMode();
-
bool DaemonMode();
bool PreferIpv4();
- inline bool HaveHardwareAes() { return bHaveAes; }
-
- static void cpuid(uint32_t eax, int32_t ecx, int32_t val[4]);
private:
jconf();
OpenPOWER on IntegriCloud