From 369f42971b7d73b7c208adbc1408c827632ad50a Mon Sep 17 00:00:00 2001
From: Zhongxing Xu <xuzhongxing@gmail.com>
Date: Sat, 22 Nov 2008 13:23:00 +0000
Subject: [PATCH] Remove debug code.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59870 91177308-0d34-0410-b5e6-96231b3b80d8
---
 lib/Analysis/RegionStore.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Analysis/RegionStore.cpp b/lib/Analysis/RegionStore.cpp
index cc7715a98a0..d512703c8d7 100644
--- a/lib/Analysis/RegionStore.cpp
+++ b/lib/Analysis/RegionStore.cpp
@@ -289,7 +289,7 @@ SVal RegionStoreManager::getSizeInElements(const GRState* St,
     FR = 0;
     return UnknownVal();
   }
-  printf("kidn = %d\n", R->getKind());
+
   assert(0 && "Other regions are not supported yet.");
 }
 
-- 
GitLab