From 5c538dd9d6e530c810c556706f133d811044126e Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Mon, 12 Aug 2019 15:56:15 -0400 Subject: [PATCH] correcting weird formatting. --- benchmark/parse.cpp | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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