forked from OSchip/llvm-project
[Debuginfo][NFC] removes redundant semicolon.
This commit is contained in:
parent
24e9886793
commit
7b957ddc98
|
@ -968,7 +968,7 @@ DWARFVerifier::verifyNameIndexBuckets(const DWARFDebugNames::NameIndex &NI,
|
|||
|
||||
constexpr BucketInfo(uint32_t Bucket, uint32_t Index)
|
||||
: Bucket(Bucket), Index(Index) {}
|
||||
bool operator<(const BucketInfo &RHS) const { return Index < RHS.Index; };
|
||||
bool operator<(const BucketInfo &RHS) const { return Index < RHS.Index; }
|
||||
};
|
||||
|
||||
uint32_t NumErrors = 0;
|
||||
|
|
Loading…
Reference in New Issue