Cleanup hugepages status
This commit is contained in:
parent
c7f133a6e3
commit
9ff4ec3288
5 changed files with 4 additions and 23 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue