]> git.stg.codes - stg.git/commitdiff
Ticket 37. Int2TS() and TS2Int() methods declare removed.
authorElena Mamontova <helenh463@gmail.com>
Tue, 27 Sep 2016 12:41:50 +0000 (15:41 +0300)
committerElena Mamontova <helenh463@gmail.com>
Tue, 27 Sep 2016 12:41:50 +0000 (15:41 +0300)
projects/stargazer/plugins/store/postgresql/postgresql_store.h

index 72a2c22c01c951fbd7bed410f12189036456776b..6bcb3cd05dbe4b8b9001a6f6e8e3ea0fd73ea228 100644 (file)
@@ -128,9 +128,6 @@ private:
 
     int EscapeString(std::string & value) const;
 
-    std::string Int2TS(time_t value) const;
-    time_t TS2Int(const std::string & value) const;
-
     int SaveStat(const USER_STAT & stat, const std::string & login, int year = 0, int month = 0) const;
 
     int SaveUserServices(uint32_t uid, const std::vector<std::string> & services) const;