client.go: remove unused defaultClient var

This commit is contained in:
Aaron Lindsay 2018-10-02 20:33:33 -04:00
parent 1cc508c6d3
commit 88e5521348
1 changed files with 0 additions and 2 deletions

View File

@ -23,8 +23,6 @@ type Client struct {
NoIndent bool
}
var defaultClient Client
// OfxVersion returns the OFX specification version this Client will marshal
// Requests as. Defaults to "203" if the client's SpecVersion field is empty.
func (c *Client) OfxVersion() ofxVersion {