Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/node.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node.js b/src/node.js
index a3a5b2b93d3..10925766bf5 100644
--- a/src/node.js
+++ b/src/node.js
@@ -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 = {};