Remove unused constant

This commit is contained in:
2025-05-30 17:10:16 -04:00
parent b0dd034be8
commit 67634bb977

View File

@@ -123,8 +123,6 @@ struct Parser3 {
static PRESERVE_NONE WeaselJsonStatus keepGoing(Parser3 *self);
constexpr static int kMaxStackSize = 1024;
[[maybe_unused]] void debugPrint() const;
Symbol *stack() const { return (Symbol *)(this + 1); }