Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6c14eeb

Browse filesBrowse files
Remove redundant condition
1 parent a9ac2f1 commit 6c14eeb
Copy full SHA for 6c14eeb

File tree

1 file changed

+0
-1
lines changed
Filter options

1 file changed

+0
-1
lines changed

‎c/misra/src/rules/RULE-8-3/DeclarationsOfAFunctionSameNameAndType.ql

Copy file name to clipboardExpand all lines: c/misra/src/rules/RULE-8-3/DeclarationsOfAFunctionSameNameAndType.ql
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import codingstandards.c.misra
1717
import codingstandards.cpp.types.Compatible
1818

1919
predicate interestedInFunctions(FunctionDeclarationEntry f1, FunctionDeclarationEntry f2) {
20-
f1.getDeclaration() = f2.getDeclaration() and
2120
not f1 = f2 and
2221
f1.getDeclaration() = f2.getDeclaration()
2322
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.