From f6662b5e634d7a84cd747b75ec1a2df3b16ad6c9 Mon Sep 17 00:00:00 2001 From: Viktor Govako Date: Sun, 24 Apr 2022 18:55:04 +0300 Subject: [PATCH] Removed useless function. Signed-off-by: Viktor Govako --- indexer/mwm_set.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/indexer/mwm_set.hpp b/indexer/mwm_set.hpp index 2ccca1967c..c04139f156 100644 --- a/indexer/mwm_set.hpp +++ b/indexer/mwm_set.hpp @@ -121,7 +121,6 @@ public: bool IsAlive() const { return (m_info && m_info->GetStatus() != MwmInfo::STATUS_DEREGISTERED); } bool IsDeregistered(platform::LocalCountryFile const & deregisteredCountryFile) const; - std::shared_ptr & GetInfo() { return m_info; } std::shared_ptr const & GetInfo() const { return m_info; } bool operator==(MwmId const & rhs) const { return GetInfo() == rhs.GetInfo(); }