aboutsummaryrefslogtreecommitdiffstats
path: root/services/auth/placeholder.go
diff options
context:
space:
mode:
Diffstat (limited to 'services/auth/placeholder.go')
-rw-r--r--services/auth/placeholder.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/services/auth/placeholder.go b/services/auth/placeholder.go
deleted file mode 100644
index d9a0ceae7c..0000000000
--- a/services/auth/placeholder.go
+++ /dev/null
@@ -1,10 +0,0 @@
-// Copyright 2021 The Gitea Authors. All rights reserved.
-// Use of this source code is governed by a MIT-style
-// license that can be found in the LICENSE file.
-
-//go:build !windows
-// +build !windows
-
-package auth
-
-func specialInit() {}