summaryrefslogtreecommitdiff
path: root/daemon/info_unix.go
diff options
context:
space:
mode:
authorSebastiaan van Stijn <thaJeztah@users.noreply.github.com>2023-05-12 14:03:26 +0100
committerGitHub <noreply@github.com>2023-05-12 14:03:26 +0100
commitbafcfdf8c5ab70b7c01cfa940251d518317ab413 (patch)
treee33db07b3b6dca750d933c8617a2dec4b4b47062 /daemon/info_unix.go
parent5d5f2e3a935dac56c3f7a04339496c54ae42d39f (diff)
parentfb96b94ed00aa4f200dc03642bc46d4289eb6860 (diff)
downloaddocker-bafcfdf8c5ab70b7c01cfa940251d518317ab413.tar.gz
Merge pull request #45484 from thaJeztah/remove_deprecated_stubs
remove deprecated types, fields, and functions
Diffstat (limited to 'daemon/info_unix.go')
-rw-r--r--daemon/info_unix.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/daemon/info_unix.go b/daemon/info_unix.go
index f94ed4499b..e48a81088c 100644
--- a/daemon/info_unix.go
+++ b/daemon/info_unix.go
@@ -164,9 +164,6 @@ func (daemon *Daemon) fillPlatformInfo(v *types.Info, sysInfo *sysinfo.SysInfo)
if !v.BridgeNfIP6tables {
v.Warnings = append(v.Warnings, "WARNING: bridge-nf-call-ip6tables is disabled")
}
- if daemon.configStore.OOMScoreAdjust != 0 {
- v.Warnings = append(v.Warnings, `DEPRECATED: The "oom-score-adjust" config parameter and the dockerd "--oom-score-adjust" option will be removed in the next release`)
- }
}
func (daemon *Daemon) fillPlatformVersion(v *types.Version) {