mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
libnetwork: remove some outdated comments
The corresponding "nolint" comments were removed in 2f1c382a6d
,
but didn't remove these comments.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
6c1df4f9c5
commit
c523d6d25c
1 changed files with 0 additions and 2 deletions
|
@ -92,7 +92,6 @@ type sandbox struct {
|
|||
|
||||
// These are the container configs used to customize container /etc/hosts file.
|
||||
type hostsPathConfig struct {
|
||||
// Note(cpuguy83): The linter is drunk and says none of these fields are used while they are
|
||||
hostName string
|
||||
domainName string
|
||||
hostsPath string
|
||||
|
@ -114,7 +113,6 @@ type extraHost struct {
|
|||
|
||||
// These are the container configs used to customize container /etc/resolv.conf file.
|
||||
type resolvConfPathConfig struct {
|
||||
// Note(cpuguy83): The linter is drunk and says none of these fields are used while they are
|
||||
resolvConfPath string
|
||||
originResolvConfPath string
|
||||
resolvConfHashFile string
|
||||
|
|
Loading…
Reference in a new issue