Skip to content

Commit

Permalink
Removed unneeded 'jsonTemplateSource' struct
Browse files Browse the repository at this point in the history
  • Loading branch information
wbreza committed Aug 3, 2023
1 parent 0f372ea commit 4ad20e2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cli/azd/pkg/templates/json_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ import (
"fmt"
)

type jsonTemplateSource struct {
name string
templates []*Template
}

// NewJsonTemplateSource creates a new template source from a JSON string.
func NewJsonTemplateSource(name string, jsonTemplates string) (Source, error) {
var templates []*Template
Expand Down

0 comments on commit 4ad20e2

Please sign in to comment.