aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--session.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/session.go b/session.go
index 1c7a549..9d8921c 100644
--- a/session.go
+++ b/session.go
@@ -55,7 +55,6 @@ type Session struct {
token string
closed chan struct{}
pings chan struct{}
- timer *time.Timer
store Store
notice string