forked from OSchip/llvm-project
remove a debug output I introduced in the last commit.
llvm-svn: 80865
This commit is contained in:
parent
850cc1c5a4
commit
677e6a2faf
|
@ -703,8 +703,6 @@ void CheckBadDiv::PreVisitBinaryOperator(CheckerContext &C,
|
|||
!B->getRHS()->getType()->isScalarType())
|
||||
return;
|
||||
|
||||
printf("should not check!\n");
|
||||
|
||||
// Check for divide by undefined.
|
||||
SVal Denom = C.getState()->getSVal(B->getRHS());
|
||||
|
||||
|
|
Loading…
Reference in New Issue