Skip to content

Commit c802c30

Browse files
committed
Remove unsupported print-ldcache command
Signed-off-by: Evan Lezar <elezar@nvidia.com>
1 parent 771ac6b commit c802c30

File tree

2 files changed

+0
-104
lines changed

2 files changed

+0
-104
lines changed

cmd/nvidia-ctk/system/print-ldcache/print-ldcache.go

Lines changed: 0 additions & 102 deletions
This file was deleted.

cmd/nvidia-ctk/system/system.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import (
2121

2222
devchar "github.com/NVIDIA/nvidia-container-toolkit/cmd/nvidia-ctk/system/create-dev-char-symlinks"
2323
devicenodes "github.com/NVIDIA/nvidia-container-toolkit/cmd/nvidia-ctk/system/create-device-nodes"
24-
ldcache "github.com/NVIDIA/nvidia-container-toolkit/cmd/nvidia-ctk/system/print-ldcache"
2524
"github.com/NVIDIA/nvidia-container-toolkit/internal/logger"
2625
)
2726

@@ -47,7 +46,6 @@ func (m command) build() *cli.Command {
4746
system.Subcommands = []*cli.Command{
4847
devchar.NewCommand(m.logger),
4948
devicenodes.NewCommand(m.logger),
50-
ldcache.NewCommand(m.logger),
5149
}
5250

5351
return &system

0 commit comments

Comments
 (0)