summaryrefslogtreecommitdiff
path: root/src/wasm-emscripten.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-emscripten.h')
-rw-r--r--src/wasm-emscripten.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/wasm-emscripten.h b/src/wasm-emscripten.h
index 7318b01fb..dd5c2009f 100644
--- a/src/wasm-emscripten.h
+++ b/src/wasm-emscripten.h
@@ -58,8 +58,6 @@ public:
// the file).
void separateDataSegments(Output* outfile, Address base);
- void generateDynCallThunk(Signature sig);
-
bool standalone = false;
bool sideModule = false;
bool minimizeWasmChanges = false;
@@ -71,9 +69,6 @@ private:
Builder builder;
Address stackPointerOffset;
bool useStackPointerGlobal;
- // Used by generateDynCallThunk to track all the dynCall functions created
- // so far.
- std::unordered_set<Signature> sigs;
};
} // namespace wasm