summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wasm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wasm.h b/src/wasm.h
index ec2f56ec4..87e18c7ba 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -743,7 +743,6 @@ public:
std::ostream& print(std::ostream &o, unsigned indent) {
printOpening(o, "export") << ' ';
- name.print(o) << ' ';
printText(o, name.str) << ' ';
value.print(o);
o << ')';