mirror of
https://github.com/fatedier/frp.git
synced 2026-04-21 08:29:10 +08:00
Remove global ServerService variable
This variable didn't seem to be used anyway, so no further changes were required.
This commit is contained in:
@@ -51,8 +51,6 @@ const (
|
||||
connReadTimeout time.Duration = 10 * time.Second
|
||||
)
|
||||
|
||||
var ServerService *Service
|
||||
|
||||
// Server service
|
||||
type Service struct {
|
||||
// Dispatch connections to different handlers listen on same port
|
||||
|
||||
Reference in New Issue
Block a user