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

opts: remove unused IPOpt option #4658

Merged
merged 1 commit into from
Nov 13, 2023
Merged

Conversation

thaJeztah
Copy link
Member

This option was created Moby 6d59a566759da5729d7eb89a8e1888fc612f03cf, and used for the daemon config 353b7c8ec77b30fa83dac5ec0778193f6de8b437. It was migrated from the Moby repository in f34ca0a, but was never used by the CLI, and there are no external consumers.

If we would need an IP-address option, spf13/pflags now provides those, so there's no need to implement this ourselves.

- What I did

- How I did it

- How to verify it

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

This option was created Moby [6d59a56], and
used for the daemon config [353b7c8]. It was
migrated from the Moby repository in f34ca0a,
but was never used by the CLI, and there are no external consumers.

If we would need an IP-address option, spf13/pflags now provides those, so
there's no need to implement this ourselves.

[6d59a56]: moby/moby@6d59a56
[353b7c8]: moby/moby@353b7c8

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@thaJeztah thaJeztah added status/2-code-review kind/refactor PR's that refactor, or clean-up code labels Nov 11, 2023
@thaJeztah thaJeztah added this to the 25.0.0 milestone Nov 11, 2023
@codecov-commenter
Copy link

codecov-commenter commented Nov 11, 2023

Codecov Report

Merging #4658 (f0816bf) into master (79c5d4a) will decrease coverage by 0.03%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4658      +/-   ##
==========================================
- Coverage   59.74%   59.72%   -0.03%     
==========================================
  Files         288      287       -1     
  Lines       24849    24829      -20     
==========================================
- Hits        14846    14828      -18     
+ Misses       9117     9115       -2     
  Partials      886      886              

@thaJeztah thaJeztah merged commit d9b6481 into docker:master Nov 13, 2023
76 checks passed
@thaJeztah thaJeztah deleted the remove_ipopt branch November 13, 2023 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/refactor PR's that refactor, or clean-up code status/2-code-review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants