aboutsummaryrefslogtreecommitdiff
path: root/internal/setting/computed_minwinsvc.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/setting/computed_minwinsvc.go')
-rw-r--r--internal/setting/computed_minwinsvc.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/internal/setting/computed_minwinsvc.go b/internal/setting/computed_minwinsvc.go
deleted file mode 100644
index 27d0ce87..00000000
--- a/internal/setting/computed_minwinsvc.go
+++ /dev/null
@@ -1,15 +0,0 @@
-// +build minwinsvc
-
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Use of this source code is governed by a MIT-style
-// license that can be found in the LICENSE file.
-
-package setting
-
-import (
- _ "github.com/gogs/minwinsvc"
-)
-
-func init() {
- supportWindowsService = true
-}