diff options
Diffstat (limited to 'src/wasm-emscripten.h')
-rw-r--r-- | src/wasm-emscripten.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wasm-emscripten.h b/src/wasm-emscripten.h index 6343c13d7..b541e60b4 100644 --- a/src/wasm-emscripten.h +++ b/src/wasm-emscripten.h @@ -44,10 +44,6 @@ public: // signature in the indirect function table. void generateDynCallThunks(); - // Convert stack pointer access from global.get/global.set to calling save - // and restore functions. - void replaceStackPointerGlobal(); - // Remove the import of a mutable __stack_pointer and instead initialize the // stack pointer from an immutable import. void internalizeStackPointerGlobal(); |