Skip to content

Commit 57c9f96

Browse files
committed
clean up switch
1 parent e97034b commit 57c9f96

File tree

4 files changed

+1258
-1239
lines changed

4 files changed

+1258
-1239
lines changed

backend/Core/Stmt.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ public struct CaseStmt
267267
{
268268
public List<Expr> caseExprs; // can have multiple ORed conditions
269269
public MultiStmt bodyStmt;
270-
public bool autoBreak;
271270
}
272271

273272
public class SwitchStmt : Stmt

0 commit comments

Comments
 (0)