]> granicus.if.org Git - clang/commitdiff
Remove unused code.
authorZhongxing Xu <xuzhongxing@gmail.com>
Fri, 9 Oct 2009 02:24:00 +0000 (02:24 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Fri, 9 Oct 2009 02:24:00 +0000 (02:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83612 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/PathSensitive/Store.h

index 047bc6c68021d23f3beee868f5e0a92d250f6514..aaf244bdb90c635e39779a469ddb2e3928734ec8 100644 (file)
@@ -157,13 +157,6 @@ public:
     return state;
   }
 
-  // FIXME: Make out-of-line.
-  virtual const GRState *setDefaultValue(const GRState *state,
-                                          const MemRegion *region,
-                                          SVal val) {
-    return state;
-  }
-
   virtual void print(Store store, llvm::raw_ostream& Out,
                      const char* nl, const char *sep) = 0;