summaryrefslogtreecommitdiff
path: root/src/parser/context-defs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/context-defs.cpp')
-rw-r--r--src/parser/context-defs.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser/context-defs.cpp b/src/parser/context-defs.cpp
index ca8f61ec3..b43b7049f 100644
--- a/src/parser/context-defs.cpp
+++ b/src/parser/context-defs.cpp
@@ -55,7 +55,6 @@ Result<> ParseDefsCtx::addFunc(Name,
ImportNames*,
TypeUseT,
std::optional<LocalsT>,
- std::optional<InstrsT>,
Index pos) {
CHECK_ERR(withLoc(pos, irBuilder.visitEnd()));
auto body = irBuilder.build();