diff options
Diffstat (limited to 'src/expand/stringify.cpp')
-rw-r--r-- | src/expand/stringify.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/expand/stringify.cpp b/src/expand/stringify.cpp index ea54a6f6..2d70ca27 100644 --- a/src/expand/stringify.cpp +++ b/src/expand/stringify.cpp @@ -6,8 +6,6 @@ class CExpander: public ExpandProcMacro { - bool expand_early() const override { return true; } - ::std::unique_ptr<TokenStream> expand(const Span& sp, const AST::Crate& crate, const ::std::string& ident, const TokenTree& tt, AST::Module& mod) override { Token tok; |