diff --git a/core/proc/shutdown+polyfill.go b/core/proc/shutdown+polyfill.go index 8fe75681..23128740 100644 --- a/core/proc/shutdown+polyfill.go +++ b/core/proc/shutdown+polyfill.go @@ -25,10 +25,6 @@ func SetTimeToForceQuit(duration time.Duration) { func Setup() { } -// Setup does nothing on windows. -func Setup() { -} - // Shutdown does nothing on windows. func Shutdown() { }