Skip to content

Commit b21f077

Browse files
authored
Update java/ql/lib/semmle/code/java/Statement.qll
1 parent 348a186 commit b21f077

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/ql/lib/semmle/code/java/Statement.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,6 @@ class ThrowStmt extends Stmt, @throwstmt {
556556
override string getAPrimaryQlClass() { result = "ThrowStmt" }
557557
}
558558

559-
// Workaround to avoid having to make JumpStmt abstract
560559
private class JumpStmt_ = @breakstmt or @yieldstmt or @continuestmt;
561560

562561
/** A `break`, `yield` or `continue` statement. */

0 commit comments

Comments
 (0)