From 67634bb9771b047572b168ed2d6832bdc8504bac Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Fri, 30 May 2025 17:10:16 -0400 Subject: [PATCH] Remove unused constant --- src/parser3.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/parser3.h b/src/parser3.h index 973b85e..570e530 100644 --- a/src/parser3.h +++ b/src/parser3.h @@ -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); }