refactor: drop 64-bit check

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2022-08-08 19:18:36 +02:00
parent 7bd8bd13fe
commit 7e280de361
5 changed files with 0 additions and 69 deletions

View File

@ -56,8 +56,4 @@ struct DistributionInfo
DistributionInfo getDistributionInfo();
uint64_t getSystemRam();
bool isSystem64bit();
bool isCPU64bit();
}