diff options
Diffstat (limited to 'src/asmjs/shared-constants.cpp')
-rw-r--r-- | src/asmjs/shared-constants.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/asmjs/shared-constants.cpp b/src/asmjs/shared-constants.cpp index 8a13cf55c..37594108a 100644 --- a/src/asmjs/shared-constants.cpp +++ b/src/asmjs/shared-constants.cpp @@ -113,8 +113,6 @@ namespace wasm2js { cashew::IString SCRATCH_LOAD_I32("wasm2js_scratch_load_i32"); cashew::IString SCRATCH_STORE_I32("wasm2js_scratch_store_i32"); -cashew::IString SCRATCH_LOAD_I64("wasm2js_scratch_load_i64"); -cashew::IString SCRATCH_STORE_I64("wasm2js_scratch_store_i64"); cashew::IString SCRATCH_LOAD_F32("wasm2js_scratch_load_f32"); cashew::IString SCRATCH_STORE_F32("wasm2js_scratch_store_f32"); cashew::IString SCRATCH_LOAD_F64("wasm2js_scratch_load_f64"); |