mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-07-12 04:07:41 -04:00
remove unused parameter
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user