diff options
author | Andrey Nering <andrey.nering@gmail.com> | 2017-01-23 20:57:34 -0200 |
---|---|---|
committer | Andrey Nering <andrey.nering@gmail.com> | 2017-01-23 20:57:34 -0200 |
commit | 2009f4cbdae9095240bd8c5408e097e101499879 (patch) | |
tree | 656bb1d910f584b825397d32bbdf9a05f620c334 /vendor/github.com/kardianos/minwinsvc/svc_other.go | |
parent | bcee9b76dd489fbe1dee9413cea5ddcad92c6705 (diff) | |
download | gitea-2009f4cbdae9095240bd8c5408e097e101499879.tar.gz gitea-2009f4cbdae9095240bd8c5408e097e101499879.zip |
Remove original minwinsvc from vendor
Diffstat (limited to 'vendor/github.com/kardianos/minwinsvc/svc_other.go')
-rw-r--r-- | vendor/github.com/kardianos/minwinsvc/svc_other.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/kardianos/minwinsvc/svc_other.go b/vendor/github.com/kardianos/minwinsvc/svc_other.go deleted file mode 100644 index 197d30021f..0000000000 --- a/vendor/github.com/kardianos/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. -} |