[cfe-commits] r153295 - /cfe/trunk/include/clang/AST/Decl.h
Rafael Espindola
rafael.espindola at gmail.com
Thu Mar 22 17:05:14 PDT 2012
Author: rafael
Date: Thu Mar 22 19:05:14 2012
New Revision: 153295
URL: http://llvm.org/viewvc/llvm-project?rev=153295&view=rev
Log:
Remove unused bits.
Modified:
cfe/trunk/include/clang/AST/Decl.h
Modified: cfe/trunk/include/clang/AST/Decl.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Decl.h?rev=153295&r1=153294&r2=153295&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Decl.h (original)
+++ cfe/trunk/include/clang/AST/Decl.h Thu Mar 22 19:05:14 2012
@@ -2704,13 +2704,6 @@
/// information.
MemberSpecializationInfo *SpecializationInfo;
- // The number of positive and negative bits required by the
- // enumerators are stored in the SubclassBits field.
- enum {
- NumBitsWidth = 8,
- NumBitsMask = (1 << NumBitsWidth) - 1
- };
-
EnumDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc,
IdentifierInfo *Id, EnumDecl *PrevDecl,
bool Scoped, bool ScopedUsingClassTag, bool Fixed)
More information about the cfe-commits
mailing list