summaryrefslogtreecommitdiff
path: root/src/parse/root.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/root.cpp')
-rw-r--r--src/parse/root.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parse/root.cpp b/src/parse/root.cpp
index 847ffa75..5bd32225 100644
--- a/src/parse/root.cpp
+++ b/src/parse/root.cpp
@@ -893,7 +893,6 @@ void Parse_Impl(TokenStream& lex, AST::Module& mod, AST::MetaItems attrs, bool i
PUTBACK(tok, lex);
impl_type = Parse_Type(lex, true);
- // TODO: Handle the "impl Any + Send" syntax here
if( GET_TOK(tok, lex) == TOK_RWORD_FOR )
{