diff options
Diffstat (limited to 'modules/minwinsvc/svc_other.go')
-rw-r--r-- | modules/minwinsvc/svc_other.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/minwinsvc/svc_other.go b/modules/minwinsvc/svc_other.go deleted file mode 100644 index 197d30021f..0000000000 --- a/modules/minwinsvc/svc_other.go +++ /dev/null @@ -1,11 +0,0 @@ -// Copyright 2015 Daniel Theophanes. -// Use of this source code is governed by a zlib-style -// license that can be found in the LICENSE file.package service - -//+build !windows - -package minwinsvc - -func setOnExit(f func()) { - // Nothing. -} |