Browse code

pkg/system/windows: remove obsolete comment

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2019/11/25 21:31:09
Showing 1 changed files
... ...
@@ -86,8 +86,6 @@ func GetOSVersion() OSVersion {
86 86
 }
87 87
 
88 88
 // IsWindowsClient returns true if the SKU is client
89
-// @engine maintainers - this function should not be removed or modified as it
90
-// is used to enforce licensing restrictions on Windows.
91 89
 func IsWindowsClient() bool {
92 90
 	osviex := &osVersionInfoEx{OSVersionInfoSize: 284}
93 91
 	r1, _, err := procGetVersionExW.Call(uintptr(unsafe.Pointer(osviex)))