Skip to content

Commit

Permalink
fix compiling error on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan committed Jan 2, 2025
1 parent acd2b94 commit e89e2d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/proc/shutdown+polyfill.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
}
Expand Down

0 comments on commit e89e2d8

Please sign in to comment.