Skip to content

Commit

Permalink
lint: remove two unused variable declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed May 25, 2017
1 parent 2349675 commit 506626c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Expand Up @@ -425,9 +425,7 @@ function iconLookup(filename) {

function iconStyle(files, useIcons) {
if (!useIcons) return '';
var className;
var i;
var iconName;
var list = [];
var rules = {};
var selector;
Expand Down

0 comments on commit 506626c

Please sign in to comment.