Noted in https://my.cdash.org/builds/3868446/build.
See commit messages for more details.
Here is a related upstream change: https://github.com/llvm/llvm-project/pull/203084.
Noted in https://my.cdash.org/builds/3868446/build.
See commit messages for more details.
Here is a related upstream change: https://github.com/llvm/llvm-project/pull/203084.
These have been unused since the following commits:
- c61d3f02f5122b38ea8bf0029aa9dfbbf38e10d0
- e12ff8aca049ec7b054cb3047a167c7ce8dbd421
This has been unused since a52b53926b5c6a5b92255435e3c204cdf18665a2.
This has been unused since 33332829333b589420f8038541d04ec6970f051d.
This has been unused since 0de48fe858a1ffcced340eef2c849165216141c8.
These have been unused since the following commits:
- c320cddb1b57a9c9911054fc440f7a12aaea61b5
- e9c5aeb11d641b8cae373452339760809625021d
- 216e6937290338950215795291dbf0a533e234cf
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--006a51241073e994b41acfe9ec718e94-->
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/35914.
<!--021abf342d371248e50ceaed478a90ca-->
See the guideline and AI policy for information on the review process.
| Type | Reviewers |
|---|---|
| ACK | maflcko |
If your review is incorrectly listed, please copy-paste <code><!--meta-tag:bot-skip--></code> into the comment that the bot should ignore.
<!--5faf32d7da4f0f540f40219e4f7537a3-->
289 | @@ -290,7 +290,7 @@ BOOST_AUTO_TEST_CASE(txgraph_trim_big_singletons) 290 | BOOST_CHECK(graph->IsOversized(TxGraph::Level::TOP)); 291 | 292 | // Call Trim() to remove transactions and bring the cluster back within limits. 293 | - auto removed_refs = graph->Trim(); 294 | + [[maybe_unused]] auto removed_refs = graph->Trim();
Just remove the unused code?
graph->Trim() shouldn't be removed?
I guess it's not marked [[nodiscard]] so could just be graph->Trim(); or otherwise (void)graph->Trim();
Thanks! Reworked.
This has been unused since it was introduced in
938e86f8fecd65ca90b97e6cf896f8c59fb590ba.
This has been unused since d610951c154663053a0e39a850dffd96f808581b.
This has been unused since 3b98bf9c43ece060d57d7ae31624d4a8220de266.
review ACK 3175d576288f3118c6fee0d9f7cb57f976c52346 🐕
<details><summary>Show signature</summary>
Signature:
untrusted comment: signature from minisign secret key on empty file; verify via: minisign -Vm "${path_to_any_empty_file}" -P RWTRmVTMeKV5noAMqVlsMugDDCyyTSbA3Re5AkUrhvLVln0tSaFWglOw -x "${path_to_this_whole_four_line_signature_blob}"
RUTRmVTMeKV5npGrKx1nqXCw5zeVHdtdYURB/KlyA/LMFgpNCs+SkW9a8N95d+U4AP1RJMi+krxU1A3Yux4bpwZNLvVBKy0wLgM=
trusted comment: review ACK 3175d576288f3118c6fee0d9f7cb57f976c52346 🐕
xx4UR3jViD8d+kcfVvqHCK9jsfUTYuzAeLKIHbmW3eF129y6dqlPkp332agTVjYq5wQnATdJJj5Ese7jojDsBA==
</details>