Skip to content

Commit 73cf508

Browse files
authored
chore: remove unused field (#2829)
From #2828 (comment)
1 parent 1ff85fe commit 73cf508

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/librarian/update_image.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ type updateImageRunner struct {
3939
containerClient ContainerClient
4040
imagesClient ImageRegistryClient
4141
ghClient GitHubClient
42-
hostMount string
4342
librarianConfig *config.LibrarianConfig
4443
repo gitrepo.Repository
4544
sourceRepo gitrepo.Repository
@@ -68,7 +67,6 @@ func newUpdateImageRunner(cfg *config.Config) (*updateImageRunner, error) {
6867
branch: cfg.Branch,
6968
containerClient: runner.containerClient,
7069
ghClient: runner.ghClient,
71-
hostMount: cfg.HostMount,
7270
librarianConfig: runner.librarianConfig,
7371
repo: runner.repo,
7472
sourceRepo: runner.sourceRepo,

0 commit comments

Comments
 (0)