Skip to content

Commit e7abb04

Browse files
authored
[NFC] Remove redundant assertion (WebAssembly#7253)
This should have been removed in WebAssembly#7252.
1 parent 92ad959 commit e7abb04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parser/parsers.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,6 @@ template<typename Ctx> MaybeResult<> foldedinstr(Ctx& ctx) {
10121012
if (ctx.in.getPos() != *info.end) {
10131013
return ctx.in.err("expected end of instruction");
10141014
}
1015-
assert(ctx.in.getPos() == *info.end && "expected end of instruction");
10161015
continue;
10171016
}
10181017

0 commit comments

Comments
 (0)