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

osbuild: remove unused ContainersInputs (note the *s*) #320

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

mvo5
Copy link
Contributor

@mvo5 mvo5 commented Dec 14, 2023

I noticed this while working on adding support for build roots from container inputs. It looks like an oversight but I wanted to open it as it's own PR so that it does not get lost in the noise of the followup :)

Draft for now as I want to see the testsuite finish first (locally everything seems fine and AFACIT nothing imports this type but maybe I'm missing something?).


This commit removes the unused ContainersInputs and moves the isStageInputs() function to ContainersInput (not the missing s at the end).

The type/function looks like an oversight/leftover, I did a git grep and grep -r accross our repos and AFAICT the type is not used.

This commit removes the unused ContainersInputs and moves the
`isStageInputs()` function to `ContainersInput` (not the missing
*s* at the end).

The type/function looks like an oversight, I did a `git grep` and
`grep -r` accross our repos and AFAICT the type is not used.
Copy link
Member

@ondrejbudai ondrejbudai left a comment

Choose a reason for hiding this comment

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

Yup! Feel free to undraft and merge.

@mvo5 mvo5 marked this pull request as ready for review December 19, 2023 10:46
@mvo5 mvo5 added this pull request to the merge queue Dec 19, 2023
Merged via the queue into osbuild:main with commit 55ede05 Dec 19, 2023
@mvo5 mvo5 deleted the remove-unused-containers-inputs branch January 2, 2024 10:57
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.

2 participants