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