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
2023-09-18 11:38:51 -04:00
committed by tequ
parent 9605fa0e53
commit 3ea653cccb

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