[IR] Remove unused IndexAttrPair typedef (NFC)

This was part of an older attributes implementation.
This commit is contained in:
Nikita Popov 2020-06-14 22:27:17 +02:00
parent 5f565c0419
commit 5184857c62
1 changed files with 0 additions and 2 deletions

View File

@ -253,8 +253,6 @@ public:
}
};
using IndexAttrPair = std::pair<unsigned, AttributeSet>;
//===----------------------------------------------------------------------===//
/// \class
/// This class represents a set of attributes that apply to the function,