Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
BridgeAR committed Apr 6, 2019
1 parent 348d9e9 commit 563f9a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

var _ = require('underscore');
var fs = require('fs');
var path = require('path');
var Module = require('module');

var originalWrapper = Module.wrapper.slice(0);
Expand Down
1 change: 0 additions & 1 deletion lib/requizzle.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
var _ = require('underscore');
var loader = require('./loader');
var Module = require('module');
var path = require('path');

/**
* Function that returns text to swizzle into the module.
Expand Down

0 comments on commit 563f9a1

Please sign in to comment.