From 9ca0246c1d850bffc3a85065d1f9981c0eb9e8e1 Mon Sep 17 00:00:00 2001 From: Louis-Dominique Dubeau Date: Tue, 14 Aug 2018 19:28:49 -0400 Subject: [PATCH] perf: the c field has been unused for a while: remove it --- lib/saxes.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/saxes.js b/lib/saxes.js index d6151fdc..a1aac2c0 100644 --- a/lib/saxes.js +++ b/lib/saxes.js @@ -422,7 +422,6 @@ class SaxesParser { chunk, limit, i: 0, - c: undefined, }; while (chunkState.i < limit) { const handler = this[this.state];