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:
authorRyan Dahl <ry@tinyclouds.org>2010-11-30 02:04:36 +0300
committerRyan Dahl <ry@tinyclouds.org>2010-11-30 02:04:39 +0300
commitb6face1dce050f78a905ffff789744d9404ffaba (patch)
tree073f86e9afe536c058435f53b91d8a04505921bc /src
parent735b9d50a3cb09c9a87045fce1493036fc742295 (diff)
Remove unnecessary variable def
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 = {};