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:
authorSergey Yershov <syershov@maps.me>2016-11-16 17:23:55 +0300
committerSergey Yershov <syershov@maps.me>2016-11-17 13:27:23 +0300
commitd9e4a1b1a28fc888ca0b1a333c6a1b49a52fb6ce (patch)
tree31a563d73b7562082b4f26e2b2ed05e70ccc0a18 /platform/platform.hpp
parent19600faf61beb3a36b02ccb458eaffa0a39edb17 (diff)
Remove dependencies on tomcrypt
Diffstat (limited to 'platform/platform.hpp')
-rw-r--r--platform/platform.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/platform.hpp b/platform/platform.hpp
index 73323df51b..b5c1085428 100644
--- a/platform/platform.hpp
+++ b/platform/platform.hpp
@@ -82,9 +82,6 @@ protected:
/// Uses m_writeableDir [w], m_resourcesDir [r], m_settingsDir [s].
string ReadPathForFile(string const & file, string searchScope = string()) const;
- /// Hash some unique string into uniform format.
- static string HashUniqueID(string const & s);
-
/// Returns last system call error as EError.
static EError ErrnoToError();