diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-05-18 18:35:06 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-05-18 20:48:14 +0200 |
commit | e49b868cfe9391ec61b4fedef9811a4be265525d (patch) | |
tree | 69d430502d5fdb74a29596928ef123f3e486b45e /src/pow.cpp | |
parent | 962cd3f0587e87de1e38c1777151dca282f3dd84 (diff) |
[qt] Remove excess logic
Replace …
```
if (foo) { return true; } else { return false; }
```
… with the equivalent …
```
return foo;
```
Diffstat (limited to 'src/pow.cpp')
0 files changed, 0 insertions, 0 deletions