Skip to content

Commit c6997fd

Browse files
committed
Address review comment
1 parent f999e10 commit c6997fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/misra/src/rules/RULE-13-3-3/DeclarationsOfAFunctionSameParameterName.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ where
3939
parameterNamesUnmatched(f1, f2) and
4040
case = "re-declaration"
4141
or
42-
f1.getFunction().(MemberFunction).getAnOverridingFunction*() = f2.getFunction() and
4342
parameterNamesUnmatchedOverrides(f1, f2) and
4443
case = "override"
4544
)

0 commit comments

Comments
 (0)