Skip to content

Commit 506626c

Browse files
committed
lint: remove two unused variable declarations
1 parent 2349675 commit 506626c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

-2
Original file line numberDiff line numberDiff line change
@@ -425,9 +425,7 @@ function iconLookup(filename) {
425425

426426
function iconStyle(files, useIcons) {
427427
if (!useIcons) return '';
428-
var className;
429428
var i;
430-
var iconName;
431429
var list = [];
432430
var rules = {};
433431
var selector;

0 commit comments

Comments
 (0)