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:
authorYury Melnichek <melnichek@gmail.com>2011-09-22 23:38:52 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:24:18 +0300
commit7096a9d438d8247949171b664b20965b80d08bc1 (patch)
treea7ca90bed2724532e025222ad2eed6fae0fb5033 /indexer/index.cpp
parentf7bf36f540f5dfe1e4675e166a44eb5bc9a82a13 (diff)
Introduce MwmValueBase.
Diffstat (limited to 'indexer/index.cpp')
-rw-r--r--indexer/index.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/indexer/index.cpp b/indexer/index.cpp
index fd44445fdc..f19d7e367d 100644
--- a/indexer/index.cpp
+++ b/indexer/index.cpp
@@ -27,11 +27,6 @@ MwmValue * Index::CreateValue(string const & name) const
return new MwmValue(name);
}
-void Index::DestroyValue(MwmValue * p) const
-{
- delete p;
-}
-
Index::Index()
{
}