Remove excess logic. #10175

pull practicalswift wants to merge 1 commits into bitcoin:master from practicalswift:excess-logic changing 3 files +3 −10
  1. practicalswift commented at 8:26 AM on April 10, 2017: contributor

    Replace …

    if (foo)
      return true;
    return false;
    

    … with …

    return foo;
    

    Inspired by @kewde:s finding in #10164.

  2. Remove excess logic. 9a763d4f86
  3. jonasschnelli added the label Refactoring on Apr 10, 2017
  4. bulldozer00 approved
  5. JeremyRubin commented at 3:02 PM on April 10, 2017: contributor

    utack 9a763d4

  6. TheBlueMatt commented at 8:21 PM on April 12, 2017: member

    utACK 9a763d4f86fb2428bfcae6cad5326600ada10c11

  7. MarcoFalke commented at 9:39 PM on April 14, 2017: member

    utACK 9a763d4f86fb2428bfcae6cad5326600ada10c11

  8. laanwj merged this on May 2, 2017
  9. laanwj closed this on May 2, 2017

  10. laanwj referenced this in commit f4a6180607 on May 2, 2017
  11. PastaPastaPasta referenced this in commit 4744f436a6 on Jun 10, 2019
  12. PastaPastaPasta referenced this in commit bc9aec18e4 on Jun 10, 2019
  13. PastaPastaPasta referenced this in commit a42b52d55a on Jun 10, 2019
  14. PastaPastaPasta referenced this in commit ef02d56e85 on Jun 10, 2019
  15. PastaPastaPasta referenced this in commit 31d35793e9 on Jun 10, 2019
  16. PastaPastaPasta referenced this in commit 06b89d13d5 on Jun 11, 2019
  17. PastaPastaPasta referenced this in commit e407695ae6 on Jun 15, 2019
  18. PastaPastaPasta referenced this in commit 76899ae4c9 on Jun 19, 2019
  19. PastaPastaPasta referenced this in commit 2f4f0865bb on Jun 19, 2019
  20. PastaPastaPasta referenced this in commit 56f014a28b on Jun 19, 2019
  21. PastaPastaPasta referenced this in commit 98abbf9c69 on Jun 19, 2019
  22. PastaPastaPasta referenced this in commit 759a87f0aa on Jun 19, 2019
  23. PastaPastaPasta referenced this in commit 310ff00e65 on Jun 19, 2019
  24. PastaPastaPasta referenced this in commit 09044c4bcb on Jun 19, 2019
  25. PastaPastaPasta referenced this in commit ac45ce76b0 on Jun 20, 2019
  26. barrystyle referenced this in commit f0d86e1033 on Jan 22, 2020
  27. practicalswift deleted the branch on Apr 10, 2021
  28. DrahtBot locked this on Aug 16, 2022

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-16 15:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me