[bolt] Remove redundaunt control-flow statements (NFC)

Identified with readability-redundant-control-flow.
This commit is contained in:
Kazu Hirata
2022-07-30 10:35:49 -07:00
parent 60db8d9b4e
commit b498a8991e
6 changed files with 0 additions and 9 deletions

View File

@@ -250,7 +250,6 @@ void PHGreedyClusterAlgorithm::initQueue(std::vector<EdgeTy> &Queue,
void PHGreedyClusterAlgorithm::adjustQueue(std::vector<EdgeTy> &Queue,
const BinaryFunction &BF) {
// Nothing to do.
return;
}
bool PHGreedyClusterAlgorithm::areClustersCompatible(const ClusterTy &Front,