From e89e2d8a7529fb17b691876d254597b0b7cc0790 Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Thu, 2 Jan 2025 07:00:42 +0000 Subject: [PATCH] fix compiling error on windows. --- core/proc/shutdown+polyfill.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/proc/shutdown+polyfill.go b/core/proc/shutdown+polyfill.go index 8fe756813132..23128740567a 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() { }