-
Notifications
You must be signed in to change notification settings - Fork 1.1k
utils: delete unused code #1411
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
Conversation
|
rebased |
|
@wking i wondered about that. @doublerainbo added them in bfaf35b |
|
fixed lint. PTAL |
|
LGTM |
cri-o#1411 Signed-off-by: Vincent Batts <[email protected]> utils: isolate unix only functions Signed-off-by: Vincent Batts <[email protected]>
|
/test integration_rhel |
1 similar comment
|
/test integration_rhel |
cri-o#1411 Signed-off-by: Vincent Batts <[email protected]> utils: isolate unix only functions Signed-off-by: Vincent Batts <[email protected]>
cri-o#1411 Signed-off-by: Vincent Batts <[email protected]> utils: isolate unix only functions Signed-off-by: Vincent Batts <[email protected]>
cri-o#1411 Signed-off-by: Vincent Batts <[email protected]> utils: isolate unix only functions Signed-off-by: Vincent Batts <[email protected]>
|
@vbatts: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
I'm still in favor of just dropping these unused functions, in case we want to pivot to that approach before banging away on |
This began as shuffling platform dependent code, but none of the functions were even used. This just removes it instead. Still cross-platform ;-) Signed-off-by: Vincent Batts <[email protected]>
|
i got out the axe 🔪 ... |
|
all green. PTAL |
|
I don't think we need to run the e2e tests if this compiles. |
|
LGTM |
This began as shuffling platform dependent code, but none of the functions were even used. This just removes it instead.
Still cross-platform ;-)
- What I did
- How I did it
- How to verify it
- Description for the changelog