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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/wast-parser.h b/src/wast-parser.h
index b3ac652f..53aa4321 100644
--- a/src/wast-parser.h
+++ b/src/wast-parser.h
@@ -207,9 +207,7 @@ class WastParser {
template <typename T>
Result ParseMemoryInstrVar(Location, std::unique_ptr<Expr>*);
template <typename T>
- Result ParsePlainLoadStoreInstr(Location, Token, std::unique_ptr<Expr>*);
- template <typename T>
- Result ParseMemoryLoadStoreInstr(Location, Token, std::unique_ptr<Expr>*);
+ Result ParseLoadStoreInstr(Location, Token, std::unique_ptr<Expr>*);
template <typename T>
Result ParseSIMDLoadStoreInstr(Location loc,
Token token,