sessions: remove unused property

This commit is contained in:
Gusted 2021-08-04 03:20:40 +02:00 committed by Simon Ser
parent 03fef08314
commit 1d070b1a62
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ type Session struct {
token string
closed chan struct{}
pings chan struct{}
timer *time.Timer
store Store
notice string