aboutsummaryrefslogtreecommitdiff
path: root/libraries/systeminfo/src/sys_unix.cpp
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-10-08 20:12:40 +0200
committerGitHub <noreply@github.com>2022-10-08 20:12:40 +0200
commitfafc9cf9ca86fd66db09e9ccc1cdb53520fd7c16 (patch)
tree61de3976ba124736c1ad5d10f5d9c8b17537f394 /libraries/systeminfo/src/sys_unix.cpp
parente436f471a074401be3a48f19eff577c040e9b192 (diff)
parent3111e6a7212ae914041fce6d851d7662975dc1be (diff)
downloadPrismLauncher-fafc9cf9ca86fd66db09e9ccc1cdb53520fd7c16.tar.gz
PrismLauncher-fafc9cf9ca86fd66db09e9ccc1cdb53520fd7c16.tar.bz2
PrismLauncher-fafc9cf9ca86fd66db09e9ccc1cdb53520fd7c16.zip
Merge pull request #1033 from Scrumplex/multi-arch-support
Diffstat (limited to 'libraries/systeminfo/src/sys_unix.cpp')
-rw-r--r--libraries/systeminfo/src/sys_unix.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/libraries/systeminfo/src/sys_unix.cpp b/libraries/systeminfo/src/sys_unix.cpp
index b3098522..3c63e73a 100644
--- a/libraries/systeminfo/src/sys_unix.cpp
+++ b/libraries/systeminfo/src/sys_unix.cpp
@@ -82,17 +82,6 @@ uint64_t Sys::getSystemRam()
return 0; // nothing found
}
-bool Sys::isCPU64bit()
-{
- return isSystem64bit();
-}
-
-bool Sys::isSystem64bit()
-{
- // kernel build arch on linux
- return QSysInfo::currentCpuArchitecture() == "x86_64";
-}
-
Sys::DistributionInfo Sys::getDistributionInfo()
{
DistributionInfo systemd_info = read_os_release();