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

Unified Diff: lib/firefoxDataCleanup.js

Issue 29715574: Noissue - Remove unused variable IO (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Created March 6, 2018, 9:20 a.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/firefoxDataCleanup.js
===================================================================
--- a/lib/firefoxDataCleanup.js
+++ b/lib/firefoxDataCleanup.js
@@ -15,17 +15,16 @@
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
*/
"use strict";
const {Filter, ActiveFilter} = require("filterClasses");
const {FilterNotifier} = require("filterNotifier");
const {FilterStorage} = require("filterStorage");
-const {IO} = require("io");
Manish Jethani 2018/03/06 09:25:51 This variable is unused and the reason ESLint does
const {Prefs} = require("prefs");
const {SpecialSubscription} = require("subscriptionClasses");
Promise.all([FilterNotifier.once("load"), Prefs.untilLoaded]).then(() =>
{
if (Prefs.data_cleanup_done)
return;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld