small changes to remove imports action

This commit is contained in:
2023-07-11 10:05:58 +07:00
parent eccd0bf845
commit 557eed0254
3 changed files with 15 additions and 7 deletions

View File

@ -8,8 +8,6 @@ type removeImports struct{}
func (action *removeImports) withMacho(mf *MachoFile) error {
mf.Context().RemoveBindSymbols()
mf.Context().RemoveSymbolTable()
mf.Context().RemoveExportTrie()
return nil
}