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

Fix a couple build issues #2

Merged
merged 2 commits into from
Aug 13, 2021
Merged

Fix a couple build issues #2

merged 2 commits into from
Aug 13, 2021

Conversation

thinkski
Copy link
Contributor

@thinkski thinkski commented Aug 8, 2021

cargo/rustc 1.49.0 complains about use of &format instead of format and one dead code function.

Copy link
Member

@nielx nielx left a comment

Choose a reason for hiding this comment

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

Looks good to me. Thanks!

@nielx nielx merged commit 759a131 into haiku:master Aug 13, 2021
@@ -65,13 +65,6 @@ pub fn get_board(board_id: String) -> Result<Board, Box<dyn Error>> {
return Err(From::from("Unknown target board!"));
}

pub fn get_boot_env(fdt: String) -> String {
Copy link
Contributor

Choose a reason for hiding this comment

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

we used this in the past to adjust the fdt on the fly. We might need it again in the future, but indeed it's unused today.

Copy link
Member

Choose a reason for hiding this comment

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

Git never forgets... 😄

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

Successfully merging this pull request may close these issues.

3 participants