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

This commit is contained in:
Anders Schack-Mulligen
2022-04-25 11:02:23 +02:00
committed by GitHub
parent 348a186df8
commit b21f077e8e

View File

@@ -556,7 +556,6 @@ class ThrowStmt extends Stmt, @throwstmt {
override string getAPrimaryQlClass() { result = "ThrowStmt" }
}
// Workaround to avoid having to make JumpStmt abstract
private class JumpStmt_ = @breakstmt or @yieldstmt or @continuestmt;
/** A `break`, `yield` or `continue` statement. */