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
No known key found for this signature in database
GPG Key ID: BA0B86BA9E1BE382

View File

@ -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")