Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2013-02-08 19:16:51 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:49:46 +0300
commitaca14466854d86c2890d1ed4f24bbb84b85b6b63 (patch)
treeff8eb7359e12f8ea979697843d2fed338a64be60 /platform/platform_linux.cpp
parenta113092f7b9555ce2efa5960186fabc7cde82382 (diff)
Remove Platform::ScaleEtalonSize and other old stuff.
Diffstat (limited to 'platform/platform_linux.cpp')
-rw-r--r--platform/platform_linux.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/platform/platform_linux.cpp b/platform/platform_linux.cpp
index b3c20ab0ad..2b44259284 100644
--- a/platform/platform_linux.cpp
+++ b/platform/platform_linux.cpp
@@ -42,10 +42,6 @@ Platform::Platform()
LOG(LDEBUG, ("Settings directory:", m_settingsDir));
}
-Platform::~Platform()
-{
-}
-
int Platform::CpuCores() const
{
const long numCPU = sysconf(_SC_NPROCESSORS_ONLN);