From 7b3a74fb4288ce1f181dd1ab7968a505b7ee08c1 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Sun, 28 Sep 2014 18:44:45 +0300 Subject: [PATCH] Removed unused m_res class member. --- .../stargazer/plugins/configuration/sgconfig/parser_users.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/projects/stargazer/plugins/configuration/sgconfig/parser_users.h b/projects/stargazer/plugins/configuration/sgconfig/parser_users.h index 0ef1cb95..c9f72389 100644 --- a/projects/stargazer/plugins/configuration/sgconfig/parser_users.h +++ b/projects/stargazer/plugins/configuration/sgconfig/parser_users.h @@ -150,8 +150,7 @@ class CHG_USER: public BASE_PARSER m_users(users), m_store(store), m_tariffs(tariffs), - m_cashMustBeAdded(false), - m_res(0) {} + m_cashMustBeAdded(false) {} int Start(void * data, const char * el, const char ** attr); @@ -166,7 +165,6 @@ class CHG_USER: public BASE_PARSER std::string m_cashMsg; std::string m_login; bool m_cashMustBeAdded; - int m_res; int ApplyChanges(); void CreateAnswer(); -- 2.43.2