mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
Remove unnecessary variable def
This commit is contained in:
@@ -96,7 +96,6 @@ var module = (function () {
|
||||
// modules in thier own context.
|
||||
var contextLoad = false;
|
||||
if (+process.env["NODE_MODULE_CONTEXTS"] > 0) contextLoad = true;
|
||||
var Script;
|
||||
|
||||
var moduleCache = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user