summaryrefslogtreecommitdiff
path: root/test/common.js
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-02-28 17:50:14 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2013-02-28 23:11:47 +0100
commit12d0f0bd3a6c8491837b710b01816f40f32fb56b (patch)
tree84fd203cb13540b19c91a66d65c6a7b9fceedfe7 /test/common.js
parent1762ba37ca810d44933ae850fd4fd00fd16be732 (diff)
downloadandroid-node-v8-12d0f0bd3a6c8491837b710b01816f40f32fb56b.tar.gz
android-node-v8-12d0f0bd3a6c8491837b710b01816f40f32fb56b.tar.bz2
android-node-v8-12d0f0bd3a6c8491837b710b01816f40f32fb56b.zip
lib, src: remove errno global
Remove the errno global. It's a property on the process object now. Fixes #3095.
Diffstat (limited to 'test/common.js')
-rw-r--r--test/common.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/common.js b/test/common.js
index d529ab2d70..28faaf9788 100644
--- a/test/common.js
+++ b/test/common.js
@@ -101,10 +101,6 @@ process.on('exit', function() {
process,
global];
- if (global.errno) {
- knownGlobals.push(errno);
- }
-
if (global.gc) {
knownGlobals.push(gc);
}