Skip to content

fix: remove unreachable duplicate if-else branch in RuleEngine#580

Open
tanapatnamsomboon wants to merge 1 commit into
sfc-aqua:masterfrom
tanapatnamsomboon:fix/duplicate-ruleset-forwarding
Open

fix: remove unreachable duplicate if-else branch in RuleEngine#580
tanapatnamsomboon wants to merge 1 commit into
sfc-aqua:masterfrom
tanapatnamsomboon:fix/duplicate-ruleset-forwarding

Conversation

@tanapatnamsomboon

@tanapatnamsomboon tanapatnamsomboon commented Jun 14, 2026

Copy link
Copy Markdown

The handleMessage if-else chain in RuleEngine had a duplicate pair of InternalRuleSetForwarding and InternalRuleSetForwarding_Application branches.

No behavior change. Verified: make exe, make run-unit-test, make run-sim-test all pass.


This change is Reviewable

The handleMessage() if-else chain had a second, identical pair of
InternalRuleSetForwarding / InternalRuleSetForwarding_Application branches
that can never be reached.
No behavior change; verified with run-unit-test
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.

1 participant