Skip to content

Commit 86893cc

Browse files
committed
-build remove toy "exec app" app
1 parent 2096416 commit 86893cc

File tree

2 files changed

+0
-64
lines changed

2 files changed

+0
-64
lines changed

Package.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -178,14 +178,6 @@ let products: [PackageDescription.Product] = [
178178
name: "DistributedActors",
179179
targets: ["DistributedActors"]
180180
),
181-
182-
// TODO(distributed): remove the exec app, it was just a toy example
183-
.executable(
184-
name: "ExecApp",
185-
targets: [
186-
"ExecApp",
187-
]
188-
),
189181
]
190182

191183
if ProcessInfo.processInfo.environment["VALIDATE_DOCS"] != nil {

Sources/ExecApp/boot.swift

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

0 commit comments

Comments
 (0)