diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-04-15 03:36:15 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-04-15 03:36:15 +0000 |
commit | 3fabc86064359d6de3b9ac25f137eca5d76b7ec0 (patch) | |
tree | c51105194c933d99bde7b6932c64850495720c66 | |
parent | 0bf2199b79b1ca2dcbb0d0406fd90335c8575752 (diff) |
remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69133 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Analysis/PathSensitive/MemRegion.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/Analysis/PathSensitive/MemRegion.h b/include/clang/Analysis/PathSensitive/MemRegion.h index 2a9337fddc..d9568b3eb1 100644 --- a/include/clang/Analysis/PathSensitive/MemRegion.h +++ b/include/clang/Analysis/PathSensitive/MemRegion.h @@ -47,7 +47,6 @@ public: CompoundLiteralRegionKind, StringRegionKind, ElementRegionKind, TypedViewRegionKind, - AnonPointeeRegionKind, // Decl Regions. BEG_DECL_REGIONS, VarRegionKind, FieldRegionKind, |