Skip to content

Commit

Permalink
Removed old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Lancaster committed Aug 22, 2020
1 parent a579cf9 commit 1b7697f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion boa/src/syntax/parser/expression/primary/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ where

match tok.kind() {
TokenKind::Keyword(Keyword::This) => Ok(Node::This),
// TokenKind::Keyword(Keyword::Arguments) => Ok(Node::new(NodeBase::Arguments, tok.pos)),
TokenKind::Keyword(Keyword::Function) => {
FunctionExpression.parse(cursor).map(Node::from)
}
Expand Down

0 comments on commit 1b7697f

Please sign in to comment.