From: Zhongxing Xu Date: Thu, 3 Sep 2009 01:31:59 +0000 (+0000) Subject: remove a debug output I introduced in the last commit. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2a8775c61289947b183493f460d52628952ea53;p=clang remove a debug output I introduced in the last commit. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80865 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/GRExprEngineInternalChecks.cpp b/lib/Analysis/GRExprEngineInternalChecks.cpp index 28e763376a..45c3079d06 100644 --- a/lib/Analysis/GRExprEngineInternalChecks.cpp +++ b/lib/Analysis/GRExprEngineInternalChecks.cpp @@ -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());