forked from OSchip/llvm-project
[IR] Remove unused IndexAttrPair typedef (NFC)
This was part of an older attributes implementation.
This commit is contained in:
parent
5f565c0419
commit
5184857c62
|
@ -253,8 +253,6 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
using IndexAttrPair = std::pair<unsigned, AttributeSet>;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
/// \class
|
||||
/// This class represents a set of attributes that apply to the function,
|
||||
|
|
Loading…
Reference in New Issue