Skip to content

Commit

Permalink
Dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbornm committed Sep 11, 2015
1 parent d4c6979 commit cce8bd6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions gowsdl.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,16 +247,6 @@ func (g *GoWsdl) genTypes() ([]byte, error) {
return data.Bytes(), nil
}

// func (g *GoWsdl) resolveElementsRefs() error {
// for _, schema := range g.wsdl.Types.Schemas {
// for _, globalEl := range schema.Elements {
// for _, localEl := range globalEl.ComplexType.Sequence.Elements {

// }
// }
// }
// }

func (g *GoWsdl) genOperations() ([]byte, error) {
funcMap := template.FuncMap{
"toGoType": toGoType,
Expand Down

0 comments on commit cce8bd6

Please sign in to comment.