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

View file

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