summaryrefslogtreecommitdiff
path: root/src/asm_v_wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/asm_v_wasm.h')
-rw-r--r--src/asm_v_wasm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/asm_v_wasm.h b/src/asm_v_wasm.h
index 9b2ee7695..d2089b569 100644
--- a/src/asm_v_wasm.h
+++ b/src/asm_v_wasm.h
@@ -26,7 +26,6 @@ namespace wasm {
AsmType wasmToAsmType(Type type);
char getSig(Type type);
-std::string getSig(Function* func);
std::string getSig(Type results, Type params);
template<typename ListType>