remove unused lines in HashArchive

This commit is contained in:
omochimetaru 2024-05-18 00:36:33 +09:00 committed by Yuta Saito
parent a44cd0db43
commit 7ca9b8bce7
1 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@
import ArgumentParser
import CartonHelpers
import Foundation
import WasmTransformer
struct HashArchive: AsyncParsableCommand {
/** Converts a hexadecimal hash string to Swift code that represents an archive of static assets.
@ -36,7 +35,6 @@ struct HashArchive: AsyncParsableCommand {
}
func run() async throws {
let terminal = InteractiveWriter.stdout
let cwd = localFileSystem.currentWorkingDirectory!
let staticPath = try AbsolutePath(validating: "static", relativeTo: cwd)