]> granicus.if.org Git - clang/commitdiff
Remove unimplemented methods 'AddRegionView' and 'RemoveRegionView'. They are no...
authorTed Kremenek <kremenek@apple.com>
Thu, 6 Aug 2009 03:41:56 +0000 (03:41 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 6 Aug 2009 03:41:56 +0000 (03:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78280 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/RegionStore.cpp

index b6604dcd8ffa37bfa273e0a0ce146b4e4f419af1..92830f0231a43c0881bc570a1bc61f65fd307371 100644 (file)
@@ -342,16 +342,6 @@ public:
   const GRState *setExtent(const GRState *state, const MemRegion* R, SVal Extent);
   SVal getSizeInElements(const GRState *state, const MemRegion* R);
 
-  //===------------------------------------------------------------------===//
-  // Region "views".
-  //===------------------------------------------------------------------===//
-  
-  const GRState *AddRegionView(const GRState *state, const MemRegion* View,
-                           const MemRegion* Base);
-
-  const GRState *RemoveRegionView(const GRState *state, const MemRegion* View,
-                              const MemRegion* Base);
-
   //===------------------------------------------------------------------===//
   // Utility methods.
   //===------------------------------------------------------------------===//