diff --git a/tests/allparserscheckfile.cpp b/tests/allparserscheckfile.cpp index 0840ff3f..b42a9e5c 100644 --- a/tests/allparserscheckfile.cpp +++ b/tests/allparserscheckfile.cpp @@ -106,7 +106,7 @@ int main(int argc, char *argv[]) { void *state; bool ultrajson_correct = ((UJDecode(buffer, p.size(), NULL, &state) == NULL) == false); - auto * tokens = make_unique(p.size()); bool jsmn_correct = false; if(tokens == nullptr) { printf("Failed to alloc memory for jsmn\n");