aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/preamble.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/preamble.js b/src/preamble.js
index d0391af5..8dd2c39d 100644
--- a/src/preamble.js
+++ b/src/preamble.js
@@ -642,7 +642,6 @@ Module['HEAPF32'] = HEAPF32;
STACK_ROOT = STACKTOP = Runtime.alignMemory(STATICTOP);
STACK_MAX = STACK_ROOT + TOTAL_STACK;
-#if DOUBLE_MODE == 1
#if USE_TYPED_ARRAYS == 2
var tempDoublePtr = Runtime.alignMemory(STACK_MAX, 8);
var tempDoubleI8 = HEAP8.subarray(tempDoublePtr);
@@ -667,7 +666,6 @@ function copyTempDouble(ptr) {
}
STACK_MAX = tempDoublePtr + 8;
#endif
-#endif
STATICTOP = alignMemoryPage(STACK_MAX);