Skip to content

Commit

Permalink
Remove RenameTypesConflictingWithKeywordsPhase which is no longer nec…
Browse files Browse the repository at this point in the history
…essary.
  • Loading branch information
FilipDolnik committed Sep 25, 2023
1 parent 8f145b4 commit eabe4c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ import co.touchlab.skie.phases.swift.SwiftCacheSetupPhase
import co.touchlab.skie.phases.swift.WriteSirFileContentToDiskPhase
import co.touchlab.skie.phases.typeconflicts.RenameNestedTypesConflictingWithExternalTypesPhase
import co.touchlab.skie.phases.typeconflicts.RenameNestedKotlinTypesConflictingWithKeywordsPhase
import co.touchlab.skie.phases.typeconflicts.RenameTypesConflictingWithKeywordsPhase
import co.touchlab.skie.phases.typeconflicts.RenameTypesConflictingWithKotlinModulePhase
import co.touchlab.skie.phases.typeconflicts.RenameTypesConflictsWithOtherTypesPhase
import co.touchlab.skie.phases.typeconflicts.TemporarilyRenameTypesConflictingWithExternalModulesPhase
Expand Down Expand Up @@ -80,7 +79,6 @@ class SkiePhaseScheduler {
DumpSwiftApiPhase.BeforeApiNotes,

RemoveKonanManglingPhase,
RenameTypesConflictingWithKeywordsPhase,
RenameNestedTypesConflictingWithExternalTypesPhase,
RenameNestedKotlinTypesConflictingWithKeywordsPhase,
RenameTypesConflictingWithKotlinModulePhase,
Expand Down

This file was deleted.

0 comments on commit eabe4c8

Please sign in to comment.