Delete arch hooks

They are not used anywhere.

Test: m checkbuild
Change-Id: Ice7d68b97ca894c0c4c9efc6dc55c0870a132b9c
This commit is contained in:
Colin Cross
2020-01-02 14:37:02 -08:00
parent 36809d52ba
commit 87f790c509
2 changed files with 0 additions and 35 deletions

View File

@@ -89,7 +89,6 @@ func registerArchMutator(ctx RegisterMutatorsContext) {
ctx.BottomUp("os", osMutator).Parallel()
ctx.BottomUp("image", imageMutator).Parallel()
ctx.BottomUp("arch", archMutator).Parallel()
ctx.TopDown("arch_hooks", archHookMutator).Parallel()
}
var preDeps = []RegisterMutatorFunc{