diff --git a/benchmark/parse.cpp b/benchmark/parse.cpp index ab5c0d4f..7f6c8e0a 100644 --- a/benchmark/parse.cpp +++ b/benchmark/parse.cpp @@ -195,17 +195,7 @@ int main(int argc, char *argv[]) { bool allocok = pj.allocate_capacity(p.size()); if (allocok) { simdjson::stage1_ptr((const uint8_t *)p.data(), p.size(), pj); - simdjson::unified_ptr( - (const uint8_t - *)(const uint8_t - *)(const uint8_t - *)(const uint8_t - *)(const uint8_t - *)(const uint8_t - *)(const uint8_t - *)(const uint8_t *) - p.data(), - p.size(), pj); + simdjson::unified_ptr((const uint8_t *)p.data(), p.size(), pj); } } #ifndef SQUASH_COUNTERS