Skip to content

Commit ed0828b

Browse files
committed
delete useless code
Signed-off-by: ningmingxiao <ning.mingxiao@zte.com.cn>
1 parent 140ecc9 commit ed0828b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmd/containerd-stress/density.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ var densityCommand = cli.Command{
7575
s := make(chan os.Signal, 1)
7676
signal.Notify(s, syscall.SIGTERM, syscall.SIGINT)
7777

78-
if err != nil {
79-
return err
80-
}
8178
var (
8279
pids []uint32
8380
count = cliContext.Int("count")

0 commit comments

Comments
 (0)