Remove redundant "protected:".

llvm-svn: 247797
This commit is contained in:
Rafael Espindola 2015-09-16 13:47:45 +00:00
parent 92480f9a20
commit 37ecff14f4
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ protected:
IsUsedInRegularObj = K != SharedKind && K != LazyKind;
}
protected:
const unsigned SymbolKind : 8;
const unsigned IsWeak : 1;
unsigned MostConstrainingVisibility : 2;