Skip to content

Commit

Permalink
Remove unused result enum
Browse files Browse the repository at this point in the history
  • Loading branch information
drhaynes authored and dhardiman committed Jan 22, 2024
1 parent ec430f1 commit b25309c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Sources/Config/Property.swift
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,6 @@ enum PropertyType: String {
}
}

private enum EnvResult {
case defined(String)
case undefined
}

private func produceEnvironmentVariable(for value: String?, generationBehaviour: GenerationBehaviour) -> String {
guard let environmentVariableName = value,
let rawValue = getenv(environmentVariableName),
Expand Down

0 comments on commit b25309c

Please sign in to comment.