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.
|
// These are the container configs used to customize container /etc/hosts file.
|
||||||
type hostsPathConfig struct {
|
type hostsPathConfig struct {
|
||||||
// Note(cpuguy83): The linter is drunk and says none of these fields are used while they are
|
|
||||||
hostName string
|
hostName string
|
||||||
domainName string
|
domainName string
|
||||||
hostsPath string
|
hostsPath string
|
||||||
|
@ -114,7 +113,6 @@ type extraHost struct {
|
||||||
|
|
||||||
// These are the container configs used to customize container /etc/resolv.conf file.
|
// These are the container configs used to customize container /etc/resolv.conf file.
|
||||||
type resolvConfPathConfig struct {
|
type resolvConfPathConfig struct {
|
||||||
// Note(cpuguy83): The linter is drunk and says none of these fields are used while they are
|
|
||||||
resolvConfPath string
|
resolvConfPath string
|
||||||
originResolvConfPath string
|
originResolvConfPath string
|
||||||
resolvConfHashFile string
|
resolvConfHashFile string
|
||||||
|
|
Loading…
Add table
Reference in a new issue