]> git.stg.codes - stg.git/commitdiff
Removed unused m_res class member.
authorMaxim Mamontov <faust.madf@gmail.com>
Sun, 28 Sep 2014 15:44:45 +0000 (18:44 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Sat, 10 Jan 2015 18:59:08 +0000 (20:59 +0200)
projects/stargazer/plugins/configuration/sgconfig/parser_users.h

index 0ef1cb95106678f029302e1512db5dca3ba01eb1..c9f72389751aa44aa5b26df1c109d8ce7553ac61 100644 (file)
@@ -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();