delete useless code
Signed-off-by: ningmingxiao <ning.mingxiao@zte.com.cn>
This commit is contained in:
parent
140ecc9247
commit
ed0828bb6b
@ -75,9 +75,6 @@ var densityCommand = cli.Command{
|
|||||||
s := make(chan os.Signal, 1)
|
s := make(chan os.Signal, 1)
|
||||||
signal.Notify(s, syscall.SIGTERM, syscall.SIGINT)
|
signal.Notify(s, syscall.SIGTERM, syscall.SIGINT)
|
||||||
|
|
||||||
if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
var (
|
var (
|
||||||
pids []uint32
|
pids []uint32
|
||||||
count = cliContext.Int("count")
|
count = cliContext.Int("count")
|
||||||
|
Loading…
Reference in New Issue
Block a user