Cleanup hugepages status

This commit is contained in:
Ben Gräf 2018-07-12 12:48:58 +02:00
parent c7f133a6e3
commit 9ff4ec3288
5 changed files with 4 additions and 23 deletions

View file

@ -87,9 +87,6 @@ public:
bool hasHugepages() const;
void setHugepages(bool hasHugepages);
bool isHugepagesEnabled() const;
void setHugepagesEnabled(bool hugepagesEnabled);
int getHashFactor() const;
void setHashFactor(int hashFactor);
@ -170,7 +167,6 @@ private:
std::string m_log;
bool m_hasHugepages;
bool m_isHugepagesEnabled;
bool m_isCpuX64;
bool m_hasCpuAES;