Skip to content

Commit c8eeafb

Browse files
Address a comment.
1 parent 45959de commit c8eeafb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/ADT/IndexedMap.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ namespace llvm {
2828

2929
namespace detail {
3030
template <class Ty> struct IdentityIndex {
31-
using is_transparent = void;
3231
using argument_type = Ty;
3332

3433
Ty &operator()(Ty &self) const { return self; }

0 commit comments

Comments
 (0)