Skip to content

Commit

Permalink
Remove left over comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jevancc committed Nov 25, 2020
1 parent 8bfe190 commit fed6215
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion boa/src/syntax/lexer/cursor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ where
#[derive(Debug)]
struct InnerIter<R> {
iter: Bytes<R>,
// peeked_char: Option<Option<char>>,
num_peeked_bytes: u8,
peeked_bytes: u32,
peeked_char: Option<Option<u32>>,
Expand Down

0 comments on commit fed6215

Please sign in to comment.