From 6e096f61060e521413774bd96a9c6a038a697998 Mon Sep 17 00:00:00 2001 From: Maxim Pimenov Date: Thu, 14 Feb 2019 17:51:49 +0300 Subject: [PATCH] [storage] Fixed a warning. --- storage/queued_country.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/storage/queued_country.hpp b/storage/queued_country.hpp index fb5028c258..fc574106ad 100644 --- a/storage/queued_country.hpp +++ b/storage/queued_country.hpp @@ -33,6 +33,5 @@ private: MapOptions m_init; MapOptions m_left; MapOptions m_current; - bool m_isFrozen = false; }; } // namespace storage