Skip to content

Commit

Permalink
perf: the c field has been unused for a while: remove it
Browse files Browse the repository at this point in the history
  • Loading branch information
lddubeau committed Aug 14, 2018
1 parent c7b8c3b commit 9ca0246
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/saxes.js
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ class SaxesParser {
chunk,
limit,
i: 0,
c: undefined,
};
while (chunkState.i < limit) {
const handler = this[this.state];
Expand Down

0 comments on commit 9ca0246

Please sign in to comment.