Skip to content

fix(generic_testrunner): remove dead code after return statement - #172

Open
SoundMatt wants to merge 1 commit into
COVESA:masterfrom
SoundMatt:fix/generic-testrunner-dead-code
Open

fix(generic_testrunner): remove dead code after return statement#172
SoundMatt wants to merge 1 commit into
COVESA:masterfrom
SoundMatt:fix/generic-testrunner-dead-code

Conversation

@SoundMatt

Copy link
Copy Markdown
Contributor

A commented-out return line and an unconditional raise Exception() were placed after a return exit_code, output, input_file statement, making the entire block unreachable. Remove the dead block.

A commented-out `return` and an unconditional `raise Exception()` were
placed after a `return` statement, making them unreachable.  Remove the
dead block.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Signed-off-by: Matt Jones <47545907+SoundMatt@users.noreply.github.com>
@gunnar-mb

Copy link
Copy Markdown
Collaborator

Good, but combine into a single cleanup commit. -> labeled

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants