Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

Trott
Copy link
Member

@Trott Trott commented May 23, 2019

There is only one entry in kReadableOperator that ends in Unequal. So
the value assigned on line 392 can only be truthy if operator is
notDeepEqual. Therefore, the ternary condition on line 394 is always
true. Remove the ternary. Coverage reports confirm that the removed code
is unused.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@Trott Trott requested a review from BridgeAR May 23, 2019 17:36
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot nodejs-github-bot added the assert Issues and PRs related to the assert subsystem. label May 23, 2019
There is only one entry in `kReadableOperator` that ends in `Unequal`.
So the value assigned on line 392 can only be truthy if `operator` is
`notDeepEqual`. Therefore, the ternary condition on line 394 is always
true. Remove the ternary. Coverage reports confirm that the removed code
is unused.
@Trott Trott force-pushed the more-unreachable branch from 71accfc to dbfd01f Compare May 23, 2019 17:37
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot
Copy link
Collaborator

@Trott Trott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 23, 2019
@Trott
Copy link
Member Author

Trott commented May 25, 2019

Landed in 58fc172

@Trott Trott closed this May 25, 2019
Trott added a commit to Trott/io.js that referenced this pull request May 25, 2019
There is only one entry in `kReadableOperator` that ends in `Unequal`.
So the value assigned on line 392 can only be truthy if `operator` is
`notDeepEqual`. Therefore, the ternary condition on line 394 is always
true. Remove the ternary. Coverage reports confirm that the removed code
is unused.

PR-URL: nodejs#27840
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Beth Griggs <[email protected]>
Reviewed-By: Ouyang Yadong <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
targos pushed a commit that referenced this pull request May 28, 2019
There is only one entry in `kReadableOperator` that ends in `Unequal`.
So the value assigned on line 392 can only be truthy if `operator` is
`notDeepEqual`. Therefore, the ternary condition on line 394 is always
true. Remove the ternary. Coverage reports confirm that the removed code
is unused.

PR-URL: #27840
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Beth Griggs <[email protected]>
Reviewed-By: Ouyang Yadong <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
@targos targos mentioned this pull request Jun 3, 2019
@Trott Trott deleted the more-unreachable branch January 13, 2022 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assert Issues and PRs related to the assert subsystem. author ready PRs that have at least one approval, no pending requests for changes, and a CI started.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants