diff options
Diffstat (limited to 'clang/lib/AST/Linkage.h')
-rw-r--r-- | clang/lib/AST/Linkage.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/AST/Linkage.h b/clang/lib/AST/Linkage.h index d68970769a9..fde9841cdff 100644 --- a/clang/lib/AST/Linkage.h +++ b/clang/lib/AST/Linkage.h @@ -24,8 +24,7 @@ namespace clang { enum : unsigned { IgnoreExplicitVisibilityBit = 2, - IgnoreAllVisibilityBit = 4, - IgnoreTypeLinkageBit = 8, + IgnoreAllVisibilityBit = 4 }; /// Kinds of LV computation. The linkage side of the computation is |