Skip to content

revwalk: remove tautologic condition for hiding a commit#4742

Merged
ethomson merged 1 commit into
libgit2:masterfrom
neithernut:revwalk-remove_tautological_condition
Jul 30, 2018
Merged

revwalk: remove tautologic condition for hiding a commit#4742
ethomson merged 1 commit into
libgit2:masterfrom
neithernut:revwalk-remove_tautological_condition

Conversation

@neithernut
Copy link
Copy Markdown
Contributor

The contition cannot be reached with commit->uninteresting being true:
either a break or a continue statement will be hit in this case.

The contition cannot be reached with `commit->uninteresting` being true:
either a `break` or a `continue` statement will be hit in this case.
@ethomson
Copy link
Copy Markdown
Member

This seems obviously correct, thanks @neithernut.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants