summaryrefslogtreecommitdiff
path: root/test/common/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/common/index.js')
-rw-r--r--test/common/index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/common/index.js b/test/common/index.js
index e76dfcce8b..9cbf918969 100644
--- a/test/common/index.js
+++ b/test/common/index.js
@@ -46,7 +46,6 @@ const isMainThread = (() => {
})();
const isWindows = process.platform === 'win32';
-const isWOW64 = isWindows && (process.env.PROCESSOR_ARCHITEW6432 !== undefined);
const isAIX = process.platform === 'aix';
const isLinuxPPCBE = (process.platform === 'linux') &&
(process.arch === 'ppc64') &&
@@ -721,7 +720,6 @@ module.exports = {
isOSX,
isSunOS,
isWindows,
- isWOW64,
localIPv6Hosts,
mustCall,
mustCallAsync,