aboutsummaryrefslogtreecommitdiff
path: root/client_options.go
diff options
context:
space:
mode:
Diffstat (limited to 'client_options.go')
-rw-r--r--client_options.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/client_options.go b/client_options.go
index 477bcb7..3203478 100644
--- a/client_options.go
+++ b/client_options.go
@@ -9,8 +9,6 @@ import (
"time"
)
-const defTimeout = 5 * time.Second
-
// ClientOptions options for client.
type ClientOptions struct {
serverURL *url.URL