Remove debug code.

llvm-svn: 59870
This commit is contained in:
Zhongxing Xu 2008-11-22 13:23:00 +00:00
parent 4d45b34a8a
commit 4c8bf0086a
1 changed files with 1 additions and 1 deletions

View 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.");
}