diff options
Diffstat (limited to 'src/parse/root.cpp')
-rw-r--r-- | src/parse/root.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parse/root.cpp b/src/parse/root.cpp index 93b360f1..fb7249e4 100644 --- a/src/parse/root.cpp +++ b/src/parse/root.cpp @@ -265,7 +265,6 @@ AST::Function Parse_FunctionDef(TokenStream& lex, ::std::string abi, AST::MetaIt else
{
// Unbound method
- lex.putback(tok); // un-eat the '&'
}
}
else if( tok.type() == TOK_RWORD_MUT )
|