Merge pull request #6451 from ningmingxiao/dev7
[containerd-stress] delete useless code
This commit is contained in:
commit
6eff8392ce
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user