Removed not used variable.

This commit is contained in:
Alex Gorbatchev
2013-06-10 16:29:00 -07:00
parent 13187b0199
commit cc3b4e8080

View File

@@ -246,7 +246,6 @@ sourceMaps = {}
patchStackTrace = ->
return if patched
patched = true
mainModule = require.main
# (Assigning to a property of the Module object in the normal module cache is
# unsuitable, because node deletes those objects from the cache if an