summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2019-11-25 13:31:09 +0100
committerSebastiaan van Stijn <github@gone.nl>2019-11-25 13:31:09 +0100
commit4cdb796b5453d4c2fe7dde85cadd2a56725e3452 (patch)
tree20cd5ba9e003854dd636ad76c153a5d11543267c
parent8840071c26093d0589edb659b329e82892e496c2 (diff)
downloaddocker-4cdb796b5453d4c2fe7dde85cadd2a56725e3452.tar.gz
pkg/system/windows: remove obsolete comment
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
-rw-r--r--pkg/system/syscall_windows.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/system/syscall_windows.go b/pkg/system/syscall_windows.go
index 1711130bc3..d0f32ed05d 100644
--- a/pkg/system/syscall_windows.go
+++ b/pkg/system/syscall_windows.go
@@ -86,8 +86,6 @@ func GetOSVersion() OSVersion {
}
// IsWindowsClient returns true if the SKU is client
-// @engine maintainers - this function should not be removed or modified as it
-// is used to enforce licensing restrictions on Windows.
func IsWindowsClient() bool {
osviex := &osVersionInfoEx{OSVersionInfoSize: 284}
r1, _, err := procGetVersionExW.Call(uintptr(unsafe.Pointer(osviex)))