diff --git a/db-redis.cpp b/db-redis.cpp index d63e1a4..9cc7c52 100644 --- a/db-redis.cpp +++ b/db-redis.cpp @@ -14,12 +14,14 @@ static inline int64_t stoi64(const std::string &s) } +#if 0 static inline std::string i64tos(int64_t i) { std::ostringstream os; os << i; return os.str(); } +#endif DBRedis::DBRedis(const std::string &mapdir) : m_blocksReadCount(0),