Skip to content

Commit

Permalink
Remove unused variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Feb 2, 2013
1 parent f647618 commit 5f00ff0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ func (c *BaseClient) Close() error {

type Client struct {
*BaseClient
TryEvalShaMinLen int
}

func NewClient(openConn OpenConnFunc, closeConn CloseConnFunc, initConn InitConnFunc) *Client {
Expand All @@ -173,7 +172,6 @@ func NewClient(openConn OpenConnFunc, closeConn CloseConnFunc, initConn InitConn
ConnPool: NewMultiConnPool(openConn, closeConn, 10),
InitConn: initConn,
},
TryEvalShaMinLen: 80,
}
}

Expand Down

0 comments on commit 5f00ff0

Please sign in to comment.