mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Update java/ql/lib/semmle/code/java/Statement.qll
This commit is contained in:
committed by
GitHub
parent
348a186df8
commit
b21f077e8e
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user