Skip to content

assert: remove unreachable code - #27840

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:more-unreachable
Closed

assert: remove unreachable code#27840
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:more-unreachable

Conversation

@Trott

@TrottTrott commented May 23, 2019

Copy link
Copy Markdown
Member

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 BridgeARMay 23, 2019 17:36
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-botnodejs-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
Trottforce-pushed the more-unreachable branch from 71accfc to dbfd01fCompareMay 23, 2019 17:37
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@TrottTrott 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
Copy Markdown
MemberAuthor

Landed in 58fc172

@TrottTrott 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 <cjihrig@gmail.com>
Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
Reviewed-By: Ouyang Yadong <oyydoibh@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
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 <cjihrig@gmail.com>
Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
Reviewed-By: Ouyang Yadong <oyydoibh@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
@targostargos mentioned this pull request Jun 3, 2019
@Trott
Trott deleted the more-unreachable branch January 13, 2022 22:51
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

assertIssues and PRs related to the assert subsystem.author readyPRs 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

@Trott@nodejs-github-bot@cjihrig@oyyd@BethGriggs@trivikr