Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 3e62f14

Browse files
committed
Remove unused variable
1 parent ccc38c8 commit 3e62f14

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/loader.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,8 +1084,6 @@ function logloads(loads) {
10841084

10851085
console.assert(load.source, 'Non-empty source');
10861086

1087-
var depsList;
1088-
10891087
load.isDeclarative = true;
10901088

10911089
var options = this.traceurOptions || {};

0 commit comments

Comments
 (0)