From d7569f07e66077e14a4eb1234035f3b7032dbb66 Mon Sep 17 00:00:00 2001 From: John Howard Date: Wed, 6 Apr 2016 12:01:29 -0700 Subject: [PATCH] Windows: Remove TP4 support from main code Signed-off-by: John Howard --- term/term_windows.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/term/term_windows.go b/term/term_windows.go index 472602a..cd21b5f 100644 --- a/term/term_windows.go +++ b/term/term_windows.go @@ -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 {