Skip to content

Commit f173eab

Browse files
authored
Remove Legacy VMs (#175)
1 parent 28bb16d commit f173eab

File tree

10 files changed

+42
-1804
lines changed

10 files changed

+42
-1804
lines changed

Sources/_StringProcessing/Executor.swift

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,3 @@ public struct Executor {
5959
}
6060
}
6161
}
62-
63-
// Backward compatibility layer. To be removed when we deprecate legacy
64-
// components.
65-
extension Executor: VirtualMachine {
66-
static let motto = "Executor"
67-
68-
init(program: Program) {
69-
self.init(program: program, enablesTracing: false)
70-
}
71-
}

Sources/_StringProcessing/Legacy/HareVM.swift

Lines changed: 0 additions & 218 deletions
This file was deleted.

0 commit comments

Comments
 (0)