all: Remove miscellaneous vestigial code (#7495)

This commit is contained in:
Jakob Borg
2021-03-17 22:23:12 +01:00
committed by GitHub
parent f4372710bf
commit 3ac858b150
10 changed files with 9 additions and 55 deletions
-3
View File
@@ -8,7 +8,6 @@ package db
import (
"bytes"
"errors"
"fmt"
"sort"
"strings"
@@ -32,8 +31,6 @@ type migration struct {
migration func(prevSchema int) error
}
var errFolderMissing = errors.New("folder present in global list but missing in keyer index")
type databaseDowngradeError struct {
minSyncthingVersion string
}