diff options
author | 2021-08-04 03:20:40 +0200 | |
---|---|---|
committer | 2021-08-04 10:57:53 +0200 | |
commit | 1d070b1a627486f47fb34f557f387ca8731d0b47 (patch) | |
tree | 9c7c02bdaa6e1e8089667432477397778ae239c1 /session.go | |
parent | 03fef08314c542dcd192f5af2f9b171ad3d0ff9f (diff) | |
download | alps-1d070b1a627486f47fb34f557f387ca8731d0b47.tar.gz alps-1d070b1a627486f47fb34f557f387ca8731d0b47.tar.bz2 alps-1d070b1a627486f47fb34f557f387ca8731d0b47.zip |
sessions: remove unused property
Diffstat (limited to 'session.go')
-rw-r--r-- | session.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -55,7 +55,6 @@ type Session struct { token string closed chan struct{} pings chan struct{} - timer *time.Timer store Store notice string |