diff options
Diffstat (limited to 'src/wasm-linker.cpp')
-rw-r--r-- | src/wasm-linker.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/wasm-linker.cpp b/src/wasm-linker.cpp index e89c324b4..eb7f9e00d 100644 --- a/src/wasm-linker.cpp +++ b/src/wasm-linker.cpp @@ -25,13 +25,6 @@ using namespace wasm; cashew::IString EMSCRIPTEN_ASM_CONST("emscripten_asm_const"); -namespace wasm { -// These are defined (not just declared) in shared-constants.h, so we can't just -// include that header. TODO: Move the definitions into a cpp file. -extern cashew::IString ENV; -extern cashew::IString MEMORY; -} - void Linker::placeStackPointer(Address stackAllocation) { // ensure this is the first allocation |