Skip to content

Commit

Permalink
upgrades: remove unused struct field
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
stevendanna committed Oct 14, 2022
1 parent b445bc7 commit e158acf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/upgrade/tenant_upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ type TenantDeps struct {
DB *kv.DB
Codec keys.SQLCodec
Settings *cluster.Settings
CollectionFactory *descs.CollectionFactory
InternalExecutorFactory descs.TxnManager
LeaseManager *lease.Manager
JobRegistry *jobs.Registry
Expand Down
1 change: 0 additions & 1 deletion pkg/upgrade/upgradejob/upgrade_job.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ func (r resumer) Resume(ctx context.Context, execCtxI interface{}) error {
DB: execCtx.ExecCfg().DB,
Codec: execCtx.ExecCfg().Codec,
Settings: execCtx.ExecCfg().Settings,
CollectionFactory: execCtx.ExecCfg().CollectionFactory,
InternalExecutorFactory: execCtx.ExecCfg().InternalExecutorFactory,
LeaseManager: execCtx.ExecCfg().LeaseManager,
InternalExecutor: execCtx.ExecCfg().InternalExecutor,
Expand Down

0 comments on commit e158acf

Please sign in to comment.