remove a debug output I introduced in the last commit.

llvm-svn: 80865
This commit is contained in:
Zhongxing Xu 2009-09-03 01:31:59 +00:00
parent 850cc1c5a4
commit 677e6a2faf
1 changed files with 0 additions and 2 deletions

View File

@ -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());