This commit is contained in:
Baptiste Wicht 2016-08-02 18:07:37 +02:00
parent cd3b697a2e
commit 015a19b8cf

View File

@ -643,8 +643,6 @@ inline void to_raw_string<uint64_t>(const uint64_t& value, char* buffer, size_t
return;
}
std::string s;
char int_buffer[20];
int i = 0;
auto rem = value;