diff options
Diffstat (limited to 'llvm/include/llvm/Attributes.h')
-rw-r--r-- | llvm/include/llvm/Attributes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/Attributes.h b/llvm/include/llvm/Attributes.h index 24d52bc46df..d3d11777283 100644 --- a/llvm/include/llvm/Attributes.h +++ b/llvm/include/llvm/Attributes.h @@ -227,7 +227,6 @@ public: bool isEmptyOrSingleton() const; // This is a "safe bool() operator". - operator const void *() const { return Attrs.Bits ? this : 0; } bool operator == (const Attributes &A) const { return Attrs.Bits == A.Attrs.Bits; } |