From e45f6152ef6a669c1e587004b1f04f87ebd01edc Mon Sep 17 00:00:00 2001
From: Elena Mamontova <helenh463@gmail.com>
Date: Tue, 27 Sep 2016 15:41:50 +0300
Subject: [PATCH] Ticket 37. Int2TS() and TS2Int() methods declare removed.

---
 projects/stargazer/plugins/store/postgresql/postgresql_store.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/projects/stargazer/plugins/store/postgresql/postgresql_store.h b/projects/stargazer/plugins/store/postgresql/postgresql_store.h
index 72a2c22c..6bcb3cd0 100644
--- a/projects/stargazer/plugins/store/postgresql/postgresql_store.h
+++ b/projects/stargazer/plugins/store/postgresql/postgresql_store.h
@@ -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;
-- 
2.44.2