diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-08-08 19:18:36 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-09-20 16:01:08 +0200 |
commit | 7e280de361584a70fae4426cf36ca47f694ef61a (patch) | |
tree | 785fd2f50aeda77a5a94efb5f0e613db09a4d5e4 /libraries/systeminfo/include | |
parent | 7bd8bd13feddded96b087bb142101f87cb0003b8 (diff) | |
download | PrismLauncher-7e280de361584a70fae4426cf36ca47f694ef61a.tar.gz PrismLauncher-7e280de361584a70fae4426cf36ca47f694ef61a.tar.bz2 PrismLauncher-7e280de361584a70fae4426cf36ca47f694ef61a.zip |
refactor: drop 64-bit check
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'libraries/systeminfo/include')
-rw-r--r-- | libraries/systeminfo/include/sys.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libraries/systeminfo/include/sys.h b/libraries/systeminfo/include/sys.h index bd6e2486..6a6a7c82 100644 --- a/libraries/systeminfo/include/sys.h +++ b/libraries/systeminfo/include/sys.h @@ -56,8 +56,4 @@ struct DistributionInfo DistributionInfo getDistributionInfo(); uint64_t getSystemRam(); - -bool isSystem64bit(); - -bool isCPU64bit(); } |