From 1d070b1a627486f47fb34f557f387ca8731d0b47 Mon Sep 17 00:00:00 2001 From: Gusted Date: Wed, 4 Aug 2021 03:20:40 +0200 Subject: sessions: remove unused property --- session.go | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3