]> granicus.if.org Git - clang/commitdiff
remove a debug output I introduced in the last commit.
authorZhongxing Xu <xuzhongxing@gmail.com>
Thu, 3 Sep 2009 01:31:59 +0000 (01:31 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Thu, 3 Sep 2009 01:31:59 +0000 (01:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80865 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/GRExprEngineInternalChecks.cpp

index 28e763376a023021d0e42e17e9ed910562221873..45c3079d06ab310a0c2d4c404ca4acd6552089e0 100644 (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());