Skip to content

Commit ef23076

Browse files
wuctSpaceK33z
authored andcommitted
Remove an unused variable (#117)
1 parent 264dd2b commit ef23076

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

middleware.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ module.exports = function(compiler, options) {
5353
if(typeof options.reporter !== "function") options.reporter = defaultReporter;
5454

5555
// store our files in memory
56-
var files = {};
5756
var fs = compiler.outputFileSystem = new MemoryFileSystem();
5857

5958
compiler.plugin("done", function(stats) {

0 commit comments

Comments
 (0)