remove var

This commit is contained in:
Jeffrey Paul 2019-12-14 06:32:26 -08:00
parent 03887d4a1d
commit 4b34043e07
1 changed files with 0 additions and 3 deletions

View File

@ -31,8 +31,6 @@ const (
Pleroma Pleroma
) )
type instanceStatus int
type instance struct { type instance struct {
structLock sync.Mutex structLock sync.Mutex
errorCount uint errorCount uint
@ -43,7 +41,6 @@ type instance struct {
fetching bool fetching bool
implementation instanceImplementation implementation instanceImplementation
backend *InstanceBackend backend *InstanceBackend
status instanceStatus
nextFetch time.Time nextFetch time.Time
nodeInfoUrl string nodeInfoUrl string
serverVersionString string serverVersionString string