From ca3657b58968a231db1863cdc9b4263040b15152 Mon Sep 17 00:00:00 2001 From: Yuri Gorshenin Date: Wed, 13 May 2015 16:16:36 +0300 Subject: [PATCH] Review fixes. --- indexer/mwm_set.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/indexer/mwm_set.hpp b/indexer/mwm_set.hpp index 3f4c5813a2..b17513ebbd 100644 --- a/indexer/mwm_set.hpp +++ b/indexer/mwm_set.hpp @@ -192,13 +192,10 @@ public: /// In that case, LockValue returns NULL. void GetMwmsInfo(vector> & info) const; - /// Clears caches. void ClearCache(); - /// Finds an mwm with a given name. MwmId GetMwmIdByFileName(TMwmFileName const & fileName) const; - /// Returns a lock for an mwm with a given name. MwmLock GetMwmLockByFileName(TMwmFileName const & fileName); protected: