mirror of
https://github.com/monero-project/monero.git
synced 2025-05-04 05:24:52 -04:00
remove unused code
This commit is contained in:
parent
25a7cfdb4a
commit
1a66a86f94
6 changed files with 2 additions and 13 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue