fix: remove unused variable causing clang 14 build errors (#4672)

Removed the unused variable `none` from `Writer.cpp` which was causing
build errors on clang version 14.
This commit is contained in:
Ed Hennis
2026-02-19 16:32:46 +09:00
committed by tequ
parent dfc722aa05
commit 1b6a2a39ff

View File

@@ -47,8 +47,6 @@ const char openBrace = '{';
const char openBracket = '[';
const char quote = '"';
const std::string none;
static auto const integralFloatsBecomeInts = false;
size_t