diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-11-19 20:01:53 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-11-19 20:01:53 +0000 |
commit | 638b9c36df5eb605da33489428e184a2bb53282a (patch) | |
tree | 4a83f3e99038b58c52433a1749dff36a43a54add /lib/Analysis/GRExprEngine.cpp | |
parent | c05f23994720b3eb0a3b3494e7bfcec9e1536c89 (diff) |
Remove printf statement.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89383 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/GRExprEngine.cpp')
-rw-r--r-- | lib/Analysis/GRExprEngine.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Analysis/GRExprEngine.cpp b/lib/Analysis/GRExprEngine.cpp index 2633177614..8cc6ff9c4b 100644 --- a/lib/Analysis/GRExprEngine.cpp +++ b/lib/Analysis/GRExprEngine.cpp @@ -2246,8 +2246,6 @@ void GRExprEngine::VisitInitListExpr(InitListExpr* E, ExplodedNode* Pred, return; } - - printf("InitListExpr type = %s\n", T.getAsString().c_str()); assert(0 && "unprocessed InitListExpr type"); } |