Remove unused constant
This commit is contained in:
@@ -123,8 +123,6 @@ struct Parser3 {
|
|||||||
|
|
||||||
static PRESERVE_NONE WeaselJsonStatus keepGoing(Parser3 *self);
|
static PRESERVE_NONE WeaselJsonStatus keepGoing(Parser3 *self);
|
||||||
|
|
||||||
constexpr static int kMaxStackSize = 1024;
|
|
||||||
|
|
||||||
[[maybe_unused]] void debugPrint() const;
|
[[maybe_unused]] void debugPrint() const;
|
||||||
|
|
||||||
Symbol *stack() const { return (Symbol *)(this + 1); }
|
Symbol *stack() const { return (Symbol *)(this + 1); }
|
||||||
|
|||||||
Reference in New Issue
Block a user