diff options
Diffstat (limited to 'src/parse/lex.cpp')
-rw-r--r-- | src/parse/lex.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/parse/lex.cpp b/src/parse/lex.cpp index ee453579..f9d81f08 100644 --- a/src/parse/lex.cpp +++ b/src/parse/lex.cpp @@ -1161,10 +1161,6 @@ TokenTree TokenTree::clone() const return TokenTree( mv$(ents) ); } } -SERIALISE_TYPE_A(TokenTree::, "TokenTree", { - s.item(m_tok); - s.item(m_subtrees); -}) bool Codepoint::isspace() const { switch(this->v) |