From: Zhongxing Xu Date: Sat, 22 Nov 2008 13:23:00 +0000 (+0000) Subject: Remove debug code. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=369f42971b7d73b7c208adbc1408c827632ad50a;p=clang Remove debug code. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59870 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/RegionStore.cpp b/lib/Analysis/RegionStore.cpp index cc7715a98a..d512703c8d 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."); }