Merge pull request #6451 from ningmingxiao/dev7

[containerd-stress] delete useless code
This commit is contained in:
Phil Estes 2022-01-18 10:08:09 -05:00 committed by GitHub
commit 6eff8392ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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