From: Zhongxing Xu Date: Wed, 15 Apr 2009 03:36:15 +0000 (+0000) Subject: remove dead code. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fabc86064359d6de3b9ac25f137eca5d76b7ec0;p=clang remove dead code. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69133 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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,