Windows: Remove TP4 support from main code

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2016-04-06 12:01:29 -07:00
parent 3f3ba02798
commit d7569f07e6

View file

@ -64,11 +64,6 @@ func useNativeConsole() bool {
return false
}
// Must have a late pre-release TP4 build of Windows Server 2016/Windows 10 TH2 or later
if osv.Build < 10578 {
return false
}
// Get the console modes. If this fails, we can't use the native console
state, err := getNativeConsole()
if err != nil {