mirror of
https://github.com/monero-project/monero.git
synced 2025-12-22 07:10:46 -08:00
remove unused code
This commit is contained in:
@@ -56,7 +56,6 @@ TEST(varint, equal)
|
||||
ASSERT_TRUE (bytes > 0 && bytes <= sizeof(buf));
|
||||
|
||||
uint64_t idx2;
|
||||
bufptr = buf;
|
||||
std::string s(buf, bytes);
|
||||
int read = tools::read_varint(s.begin(), s.end(), idx2);
|
||||
ASSERT_EQ (read, bytes);
|
||||
|
||||
Reference in New Issue
Block a user