summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm.h b/src/wasm.h
index 485afade1..4072533a7 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -784,6 +784,7 @@ public:
void removeImport(Name name);
void removeExport(Name name);
void removeFunction(Name name);
+ void removeFunctionType(Name name);
// TODO: remove* for other elements
void updateMaps();