aboutsummaryrefslogtreecommitdiff
path: root/include/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/Attributes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Attributes.h b/include/llvm/Attributes.h
index 08cfb86898..24d52bc46d 100644
--- a/include/llvm/Attributes.h
+++ b/include/llvm/Attributes.h
@@ -235,9 +235,6 @@ public:
return Attrs.Bits != A.Attrs.Bits;
}
- Attributes operator & (const Attributes &A) const;
- Attributes &operator &= (const Attributes &A);
-
uint64_t Raw() const;
/// @brief Which attributes cannot be applied to a type.