Skip to content

Commit 9c7fee2

Browse files
committed
Python: remove redundant override
1 parent 3ee7566 commit 9c7fee2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/ql/lib/semmle/python/Stmts.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,6 @@ class Try extends Try_ {
389389

390390
override Stmt getHandler(int i) { result = Try_.super.getHandler(i) }
391391

392-
/** Gets an exception handler of this try statement. */
393-
override Stmt getAHandler() { result = Try_.super.getAHandler() }
394-
395392
/** Gets a normal exception handler, `except`, of this try statement. */
396393
ExceptStmt getANormalHandler() { result = this.getAHandler() }
397394

0 commit comments

Comments
 (0)