mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-09-10 05:54:22 -04:00
remove unused parameter
This commit is contained in:
parent
97074c5bf4
commit
37a55653e9
@ -166,7 +166,7 @@ func main() {
|
||||
|
||||
{
|
||||
osSignals := make(chan os.Signal, 1)
|
||||
signal.Notify(osSignals, os.Interrupt, os.Kill, syscall.SIGTERM)
|
||||
signal.Notify(osSignals, os.Interrupt, syscall.SIGTERM)
|
||||
<-osSignals
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user