Disable some unused code to avoid the resulting compiler warning

This commit is contained in:
Rogier 2016-01-18 18:57:58 +01:00
parent f54afcbd99
commit 22384eb9db

View File

@ -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),