Skip to content

Commit 2e36afc

Browse files
authored
Remove declaration of undefined any_isa. (#151395)
Looks like this was missed by #65636, which removed the definition of this function.
1 parent b3b36d3 commit 2e36afc

File tree

1 file changed

+0
-1
lines changed
  • llvm/include/llvm/ADT

1 file changed

+0
-1
lines changed

llvm/include/llvm/ADT/Any.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ class LLVM_ABI Any {
119119
template <class T> friend T any_cast(Any &&Value);
120120
template <class T> friend const T *any_cast(const Any *Value);
121121
template <class T> friend T *any_cast(Any *Value);
122-
template <typename T> friend bool any_isa(const Any &Value);
123122

124123
std::unique_ptr<StorageBase> Storage;
125124
};

0 commit comments

Comments
 (0)