From: Ted Kremenek Date: Thu, 4 Feb 2010 04:14:49 +0000 (+0000) Subject: Remove stray typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8928d41f721db9a57595cd2ab208af77a70daff4;p=clang Remove stray typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95286 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Checker/RegionStore.cpp b/lib/Checker/RegionStore.cpp index c882904aae..c350894036 100644 --- a/lib/Checker/RegionStore.cpp +++ b/lib/Checker/RegionStore.cpp @@ -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)