delete useless code

Signed-off-by: ningmingxiao <ning.mingxiao@zte.com.cn>
This commit is contained in:
ningmingxiao
2022-01-18 21:10:20 +08:00
parent 140ecc9247
commit ed0828bb6b

View File

@@ -75,9 +75,6 @@ var densityCommand = cli.Command{
s := make(chan os.Signal, 1)
signal.Notify(s, syscall.SIGTERM, syscall.SIGINT)
if err != nil {
return err
}
var (
pids []uint32
count = cliContext.Int("count")