aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/ASTContext.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-05-29 19:51:12 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-05-29 19:51:12 +0000
commit42b7861f957591ab40128419dcef0fae081364d6 (patch)
tree044fcf40d94c7f5c51ba71d111553ef2bdfa74cc /include/clang/AST/ASTContext.h
parentfe038a32903c935e1bd9f2b62190c2c75a6754fe (diff)
downloadclang-42b7861f957591ab40128419dcef0fae081364d6.tar.gz
Remove unused field.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182874 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/AST/ASTContext.h')
-rw-r--r--include/clang/AST/ASTContext.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/clang/AST/ASTContext.h b/include/clang/AST/ASTContext.h
index b69a4f4525..88a6297775 100644
--- a/include/clang/AST/ASTContext.h
+++ b/include/clang/AST/ASTContext.h
@@ -2218,9 +2218,6 @@ private:
// but we include it here so that ASTContext can quickly deallocate them.
llvm::PointerIntPair<StoredDeclsMap*,1> LastSDM;
- /// \brief A counter used to uniquely identify "blocks".
- mutable unsigned int UniqueBlockByRefTypeID;
-
friend class DeclContext;
friend class DeclarationNameTable;
void ReleaseDeclContextMaps();