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 Magidovich <mgsergio@mapswithme.com>2016-03-11 17:34:10 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:56:28 +0300
commit9cec925752462dd806bce66c2c8cbff6e9144666 (patch)
tree6e779e374d4f782b7c616ae0ed6ae3f3aedd4764 /platform/platform.hpp
parentf9e8c97c6fb55926ff906e0320cf68c618dc02a3 (diff)
Code review. Fix data loss.
Diffstat (limited to 'platform/platform.hpp')
-rw-r--r--platform/platform.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/platform.hpp b/platform/platform.hpp
index 6daace189e..a909d76754 100644
--- a/platform/platform.hpp
+++ b/platform/platform.hpp
@@ -115,8 +115,6 @@ public:
/// @note If function fails, directory can be partially removed.
static bool RmDirRecursively(string const & dirName);
- static string PathJoin(vector<string> const & parts);
-
/// @return path for directory with temporary files with slash at the end
string TmpDir() const { return m_tmpDir; }
/// @return full path to file in the temporary directory