mirror of
https://github.com/fatedier/frp.git
synced 2025-07-20 21:01:20 +07: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