Skip to content

Commit 0d7014e

Browse files
authored
Remove legacy/unused Atomics aliases. NFC (#18421)
1 parent 72f5fb1 commit 0d7014e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/support.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,3 @@ function getCompilerSetting(name) {
1919
return compilerSettings[name];
2020
}
2121
#endif // RETAIN_COMPILER_SETTINGS
22-
23-
#if USE_PTHREADS
24-
// JS library code refers to Atomics in the manner used from asm.js, provide
25-
// the same API here.
26-
var Atomics_load = Atomics.load;
27-
var Atomics_store = Atomics.store;
28-
var Atomics_compareExchange = Atomics.compareExchange;
29-
#endif

0 commit comments

Comments
 (0)