Skip to content

Commit

Permalink
Remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
wbreza committed Feb 1, 2024
1 parent 7d1d111 commit b99846e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions cli/azd/pkg/project/framework_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ const (
ServiceLanguageDocker ServiceLanguageKind = "docker"
)

var (
NoFrameworkRequirements = FrameworkRequirements{
Package: FrameworkPackageRequirements{
RequireRestore: false,
RequireBuild: false,
},
}
)

func parseServiceLanguage(kind ServiceLanguageKind) (ServiceLanguageKind, error) {
// aliases
if string(kind) == "py" {
Expand Down

0 comments on commit b99846e

Please sign in to comment.