diff options
author | John Wiegley <johnw@newartisans.com> | 2020-05-07 21:22:20 -0700 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2020-05-07 21:25:33 -0700 |
commit | 869302ae9ce303b532fa4700f78d208c3bd89310 (patch) | |
tree | 42c0a758f761e388964533f130a1062c2e728414 /src/query.h | |
parent | 853e1c0388cf0e561604bf28ac8b0be874ec7323 (diff) | |
download | fork-ledger-869302ae9ce303b532fa4700f78d208c3bd89310.tar.gz fork-ledger-869302ae9ce303b532fa4700f78d208c3bd89310.tar.bz2 fork-ledger-869302ae9ce303b532fa4700f78d208c3bd89310.zip |
Revert "Correction to the way parens are parsed in query expressions"
This reverts commit 49b07a1c19489547b859d61fbc5c240aff224dda.
Diffstat (limited to 'src/query.h')
-rw-r--r-- | src/query.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/query.h b/src/query.h index 07093d70..f7d48d32 100644 --- a/src/query.h +++ b/src/query.h @@ -223,7 +223,6 @@ public: TRACE_DTOR(query_t::lexer_t); } - bool advance(); token_t next_token(token_t::kind_t tok_context = token_t::UNKNOWN); void push_token(token_t tok) { assert(token_cache.kind == token_t::UNKNOWN); |