Merge "Remove unsued mutator registration" into main
This commit is contained in:
commit
d7471ec5cc
1 changed files with 0 additions and 6 deletions
|
@ -698,12 +698,6 @@ func registerDepsMutator(ctx RegisterMutatorsContext) {
|
|||
ctx.BottomUp("deps", depsMutator).Parallel()
|
||||
}
|
||||
|
||||
func registerDepsMutatorBp2Build(ctx RegisterMutatorsContext) {
|
||||
// TODO(b/179313531): Consider a separate mutator that only runs depsMutator for modules that are
|
||||
// being converted to build targets.
|
||||
ctx.BottomUp("deps", depsMutator).Parallel()
|
||||
}
|
||||
|
||||
func (t *bottomUpMutatorContext) CreateBazelTargetModule(
|
||||
bazelProps bazel.BazelTargetModuleProperties,
|
||||
commonAttrs CommonAttributes,
|
||||
|
|
Loading…
Reference in a new issue