aboutsummaryrefslogtreecommitdiff
path: root/libraries/systeminfo/src/sys_unix.cpp
diff options
context:
space:
mode:
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();