From 88e5521348d1136272263464ae406b832606a1f0 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Tue, 2 Oct 2018 20:33:33 -0400 Subject: [PATCH] client.go: remove unused defaultClient var --- client.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/client.go b/client.go index a64ce30..ecf7516 100644 --- a/client.go +++ b/client.go @@ -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 {