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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wasm-emscripten.h b/src/wasm-emscripten.h
index 4d20b8706..1a70973ec 100644
--- a/src/wasm-emscripten.h
+++ b/src/wasm-emscripten.h
@@ -35,12 +35,6 @@ public:
void fixInvokeFunctionNames();
- // Emits the data segments to a file. The file contains data from address base
- // onwards (we must pass in base, as we can't tell it from the wasm - the
- // first segment may start after a run of zeros, but we need those zeros in
- // the file).
- void separateDataSegments(Output* outfile, Address base);
-
bool standalone = false;
bool sideModule = false;
bool minimizeWasmChanges = false;