summaryrefslogtreecommitdiff
path: root/src/wast-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wast-parser.h')
-rw-r--r--src/wast-parser.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wast-parser.h b/src/wast-parser.h
index e9f37df2..b0341869 100644
--- a/src/wast-parser.h
+++ b/src/wast-parser.h
@@ -200,8 +200,6 @@ class WastParser {
Result ParseAssertScriptModuleCommand(TokenType, CommandPtr*);
Result ParseSimdConst(Const*, Type, int32_t);
- template<typename V>
- Result ParseSimdConstWithCheck(Opcode, Type, Location, Const*);
void CheckImportOrdering(Module*);