mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-05 21:07:38 +03:00
minor: Remove unused parameter
This commit is contained in:
parent
7b79d98f59
commit
53a0bf2d11
2 changed files with 6 additions and 23 deletions
|
@ -32,7 +32,7 @@ func NewStandaloneCommandClient() *CommandClient {
|
|||
return new(CommandClient)
|
||||
}
|
||||
|
||||
func NewCommandClient(sharedDirectory string, handler CommandClientHandler, options *CommandClientOptions) *CommandClient {
|
||||
func NewCommandClient(handler CommandClientHandler, options *CommandClientOptions) *CommandClient {
|
||||
return &CommandClient{
|
||||
handler: handler,
|
||||
options: common.PtrValueOrDefault(options),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue