aboutsummaryrefslogtreecommitdiff
path: root/session.go
diff options
context:
space:
mode:
authorGusted <williamzijl7@hotmail.com>2021-08-04 03:20:40 +0200
committerSimon Ser <contact@emersion.fr>2021-08-04 10:57:53 +0200
commit1d070b1a627486f47fb34f557f387ca8731d0b47 (patch)
tree9c7c02bdaa6e1e8089667432477397778ae239c1 /session.go
parent03fef08314c542dcd192f5af2f9b171ad3d0ff9f (diff)
downloadalps-1d070b1a627486f47fb34f557f387ca8731d0b47.tar.gz
alps-1d070b1a627486f47fb34f557f387ca8731d0b47.zip
sessions: remove unused property
Diffstat (limited to 'session.go')
-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