summaryrefslogtreecommitdiff
path: root/src/expand/concat.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-09-27 21:55:28 +0800
committerJohn Hodge <tpg@mutabah.net>2016-09-27 21:55:28 +0800
commit1b9a90949e310428e3b6e175c4568260a222a53a (patch)
tree8535e10c384971018fb5f391236cfd5a822b2e3f /src/expand/concat.cpp
parentefcec71e53c560d8c8f5348dcb7bc11b6e4a9b78 (diff)
downloadmrust-1b9a90949e310428e3b6e175c4568260a222a53a.tar.gz
Expand - Remove two-pass expand
Diffstat (limited to 'src/expand/concat.cpp')
-rw-r--r--src/expand/concat.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/expand/concat.cpp b/src/expand/concat.cpp
index 46498d4f..71c7e262 100644
--- a/src/expand/concat.cpp
+++ b/src/expand/concat.cpp
@@ -10,8 +10,6 @@
class CConcatExpander:
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;