removed extra line

This commit is contained in:
reedlepee 2013-10-29 15:24:36 +05:30
parent 697813747a
commit b5e073830b
1 changed files with 0 additions and 1 deletions

View File

@ -345,7 +345,6 @@ pub struct Parser {
priv non_copyable: util::NonCopyable
}
fn is_plain_ident_or_underscore(t: &token::Token) -> bool {
is_plain_ident(t) || *t == token::UNDERSCORE
}