From ea47badb592656c261d8d64656edc875f19be438 Mon Sep 17 00:00:00 2001 From: DongWook Lee Date: Sun, 28 Apr 2024 13:03:06 +0900 Subject: [PATCH] bug fix redefinition in arm64 part... --- _simdjson.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/_simdjson.cpp b/_simdjson.cpp index c6f968f..2fc0874 100644 --- a/_simdjson.cpp +++ b/_simdjson.cpp @@ -12755,12 +12755,6 @@ _simdjson_inline void tape_writer::write(uint64_t &tape_loc, uint64_t val, inter } // namespace stage2 } // unnamed namespace -_simdjson_warn_unused _simdjson::error_code dom_parser_implementation::parse_number(const uint8_t* src, uint64_t* buf) const noexcept { - stage2::tape_writer writer{ buf }; - - return arm64::numberparsing::parse_number(src, writer); -} - } // namespace arm64 } // namespace _simdjson