Fix build warnings in tests

This commit is contained in:
Max Brunsfeld 2017-08-07 12:19:10 -07:00
parent f7bf460c87
commit 230f89d0ff
2 changed files with 25 additions and 27 deletions

View file

@ -8,8 +8,6 @@ using std::pair;
using std::string;
using std::vector;
static const size_t UTF8_MAX_CHAR_SIZE = 4;
SpyInput::SpyInput(string content, size_t chars_per_chunk) :
chars_per_chunk(chars_per_chunk),
buffer(nullptr),