diff options
Diffstat (limited to 'src/tools/wasm-link.c')
-rw-r--r-- | src/tools/wasm-link.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/tools/wasm-link.c b/src/tools/wasm-link.c index 1fdc079f..5f8ced18 100644 --- a/src/tools/wasm-link.c +++ b/src/tools/wasm-link.c @@ -278,13 +278,6 @@ static void write_export_section(Context* ctx) { for (i = 0; i < ctx->inputs.size; i++) { WasmLinkerInputBinary* binary = &ctx->inputs.data[i]; total_exports += binary->exports.size; - /* - for (j = 0; j < binary->exports.size; j++) { - WasmExport* export = &binary->exports.data[j]; - if (exports) { - } - } - */ } WasmStream* stream = &ctx->stream; |