Skip to content

Commit 2321b74

Browse files
committed
[NFC] Deleting a useless call.
1 parent 5a25d2a commit 2321b74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/StaticAnalyzer/Core/CallEvent.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,6 @@ static SVal castArgToParamTypeIfNeeded(const CallEvent &Call, unsigned ArgIdx,
440440
return ArgVal;
441441

442442
const FunctionDecl *Definition = CallExprDecl;
443-
Definition->hasBody(Definition);
444443

445444
// The function decl of the Call (in the AST) will not have any parameter
446445
// declarations, if it was 'only' declared without a prototype. However, the

0 commit comments

Comments
 (0)