Remove stray typo.

llvm-svn: 95286
This commit is contained in:
Ted Kremenek 2010-02-04 04:14:49 +00:00
parent d061b4429e
commit 33617e055a
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ public:
RegionStoreManager(GRStateManager& mgr, const RegionStoreFeatures &f)
: StoreManager(mgr),
Features(f),
RBFactory(mgr.getAllocator(), 3) {}
RBFactory(mgr.getAllocator()) {}
virtual ~RegionStoreManager() {
for (SMCache::iterator I = SC.begin(), E = SC.end(); I != E; ++I)