Skip to content

Commit

Permalink
necessary to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Jun 7, 2016
1 parent 9c52324 commit 8452259
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vapor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,6 @@ struct Build: Command {
try run("rm -rf Packages/Vapor-*/Sources/Development")
try run("rm -rf Packages/Vapor-*/Sources/Performance")
try run("rm -rf Packages/Vapor-*/Sources/Generator")
try run("rm -rf Packages/Socks-*/Sources/*Example*")
} catch {
print("Failed to remove extra schemes")
}
Expand Down Expand Up @@ -783,7 +782,6 @@ struct Xcode: Command {
try run("rm -rf Packages/Vapor-*/Sources/Development")
try run("rm -rf Packages/Vapor-*/Sources/Performance")
try run("rm -rf Packages/Vapor-*/Sources/Generator")
try run("rm -rf Packages/Socks-*/Sources/*Example*")
} catch {
print("Failed to remove extra schemes")
}
Expand Down

0 comments on commit 8452259

Please sign in to comment.