diff options
author | John McCall <rjmccall@apple.com> | 2009-12-19 10:53:49 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2009-12-19 10:53:49 +0000 |
commit | db0ee1da16e9dbec19b144c9cd96ee9f55fe0c53 (patch) | |
tree | eabab7ed8dbe249d58662feb6b77ccde731272c5 /lib/Sema/Sema.h | |
parent | 7a1dc562d4ad59237ed9fe7e8cef56f9eaa7a26c (diff) |
Kill off PreDeclaratorDC.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91772 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/Sema.h')
-rw-r--r-- | lib/Sema/Sema.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h index 28993c7c5a..41081f2f13 100644 --- a/lib/Sema/Sema.h +++ b/lib/Sema/Sema.h @@ -192,10 +192,6 @@ public: /// CurContext - This is the current declaration context of parsing. DeclContext *CurContext; - /// PreDeclaratorDC - Keeps the declaration context before switching to the - /// context of a declarator's nested-name-specifier. - DeclContext *PreDeclaratorDC; - /// CurBlock - If inside of a block definition, this contains a pointer to /// the active block object that represents it. BlockSemaInfo *CurBlock; |