From 4b34043e072dfa4efa9266caf124ef4f979f5032 Mon Sep 17 00:00:00 2001 From: sneak Date: Sat, 14 Dec 2019 06:32:26 -0800 Subject: [PATCH] remove var --- instance.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/instance.go b/instance.go index d147221..f34154e 100644 --- a/instance.go +++ b/instance.go @@ -31,8 +31,6 @@ const ( Pleroma ) -type instanceStatus int - type instance struct { structLock sync.Mutex errorCount uint @@ -43,7 +41,6 @@ type instance struct { fetching bool implementation instanceImplementation backend *InstanceBackend - status instanceStatus nextFetch time.Time nodeInfoUrl string serverVersionString string