Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/filterStorage.js

Issue 29866650: Noissue - Remove unused linesProcessed property of INIParser (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Patch Set: Created Aug. 27, 2018, 9:39 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/filterStorage.js
===================================================================
--- a/lib/filterStorage.js
+++ b/lib/filterStorage.js
@@ -689,17 +689,16 @@
{
this.fileProperties = this.curObj = {};
this.subscriptions = [];
this.knownFilters = new Map();
this.knownSubscriptions = new Map();
}
INIParser.prototype =
{
- linesProcessed: 0,
subscriptions: null,
knownFilters: null,
knownSubscriptions: null,
wantObj: true,
fileProperties: null,
curObj: null,
curSection: null,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld