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

libcontainer/user: move userFromOS,groupFromOS to Windows files #2779

Closed
wants to merge 1 commit into from

Conversation

thaJeztah
Copy link
Member

depends on #2775
relates to #2627

These are only used on Windows, causing the deadcode linter to complain:

Error: `userFromOS` is unused (deadcode)
Error: `groupFromOS` is unused (deadcode)

These are only used on Windows, causing the deadcode linter to complain:

    Error: `userFromOS` is unused (deadcode)
    Error: `groupFromOS` is unused (deadcode)

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@kolyshkin
Copy link
Contributor

So, since we don't really support Windows, the alternative to this is #2700, which is waiting (#2700 (comment))

@kolyshkin
Copy link
Contributor

@thaJeztah should we close this one in favor of #2700?

@AkihiroSuda
Copy link
Member

Closing in favor of #2700, but please feel free to reopen.

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