]> granicus.if.org Git - clang/commitdiff
Remove debug code.
authorZhongxing Xu <xuzhongxing@gmail.com>
Sat, 22 Nov 2008 13:23:00 +0000 (13:23 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Sat, 22 Nov 2008 13:23:00 +0000 (13:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59870 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/RegionStore.cpp

index cc7715a98a098f4e9ab7e0da62313682007ecfdf..d512703c8d78e168467a5e89ad7ead564403b534 100644 (file)
@@ -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.");
 }