diff options
author | Chris Lattner <sabre@nondot.org> | 2009-03-28 06:53:40 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-03-28 06:53:40 +0000 |
commit | e66a8cf9117e5fb95a05ff76ec06615e63dd5ade (patch) | |
tree | 5c604fc36cd99807f6fb57d4c0ebbac9261fc4e0 /include/clang/AST/DeclGroup.h | |
parent | 0632dd6fe068011af5710c0d6a745724021ff620 (diff) |
some random cleanups
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67928 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/AST/DeclGroup.h')
-rw-r--r-- | include/clang/AST/DeclGroup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/AST/DeclGroup.h b/include/clang/AST/DeclGroup.h index 9b5aa1c58d..c9d0d655cb 100644 --- a/include/clang/AST/DeclGroup.h +++ b/include/clang/AST/DeclGroup.h @@ -57,7 +57,6 @@ public: }; class DeclGroupRef { -protected: enum Kind { SingleDeclKind=0x0, DeclGroupKind=0x1, Mask=0x1 }; Decl* D; |