diff --git a/src/parse.cpp b/src/parse.cpp index 16948a2..f6150ef 100644 --- a/src/parse.cpp +++ b/src/parse.cpp @@ -1566,8 +1566,6 @@ std::pair parse_case(parse_context ctx) { parse_error("Unexpected token ';'", ctx); } - - ctx.i++; ctx.i=skip_unread(ctx); }