aboutsummaryrefslogtreecommitdiff
path: root/lib/internal/per_context/setup.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal/per_context/setup.js')
-rw-r--r--lib/internal/per_context/setup.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/internal/per_context/setup.js b/lib/internal/per_context/setup.js
deleted file mode 100644
index 16bd7db586..0000000000
--- a/lib/internal/per_context/setup.js
+++ /dev/null
@@ -1,15 +0,0 @@
-// This file is compiled as if it's wrapped in a function with arguments
-// passed by node::NewContext()
-/* global global */
-
-'use strict';
-
-// https://github.com/nodejs/node/issues/14909
-if (global.Intl) {
- delete global.Intl.v8BreakIterator;
-}
-
-// https://github.com/nodejs/node/issues/21219
-if (global.Atomics) {
- delete global.Atomics.wake;
-}