Skip to content

Commit b0af805

Browse files
authored
Merge pull request #6899 from thepurpleowl/patch-1
Python SignatureOverriddenMethod: Rmv duplicate condition
2 parents 6508afe + 2871bdb commit b0af805

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/ql/src/Functions/SignatureOverriddenMethod.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ where
2424
not derived.getScope().isSpecialMethod() and
2525
derived.getName() != "__init__" and
2626
derived.isNormalMethod() and
27-
not derived.getScope().isSpecialMethod() and
2827
// call to overrides distributed for efficiency
2928
(
3029
derived.overrides(base) and derived.minParameters() > base.maxParameters()

0 commit comments

Comments
 (0)