Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove redundant code-path in detect_wdk_content_root #249

Merged
merged 2 commits into from
Jan 15, 2025

Conversation

wmmc88
Copy link
Collaborator

@wmmc88 wmmc88 commented Dec 4, 2024

This pull request includes a single change to the detect_wdk_content_root function in the crates/wdk-build/src/utils.rs file. The function had two equivalent branches that checked for WDKContentRoot env var and did the same thing with it. The 2nd redudant (and never executed) branch was removed.

@wmmc88 wmmc88 self-assigned this Dec 4, 2024
@wmmc88 wmmc88 requested a review from Copilot December 4, 2024 23:52

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no suggestions.

@wmmc88 wmmc88 requested a review from a team December 4, 2024 23:55
@wmmc88 wmmc88 added this pull request to the merge queue Jan 11, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 11, 2025
@wmmc88 wmmc88 enabled auto-merge January 15, 2025 20:58
@wmmc88 wmmc88 added this pull request to the merge queue Jan 15, 2025
Merged via the queue into main with commit 1259300 Jan 15, 2025
121 checks passed
@wmmc88 wmmc88 deleted the wmmc88/redundant-code-path-wdk_content_root branch January 15, 2025 21:56
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.

3 participants