Format Expr.qll

This commit is contained in:
Arthur Baars
2021-02-16 16:23:04 +01:00
committed by Nick Rolfe
parent 1c869f6d85
commit 7dd429c945

View File

@@ -24,8 +24,6 @@ class Self extends Expr, @token_self {
final override string getAPrimaryQlClass() { result = "Self" }
}
/** A sequence of expressions. */
class StmtSequence extends Expr {
override StmtSequence::Range range;