Remove unused CompressionFormats variable
This commit is contained in:
parent
6bd97f30c2
commit
ee09812376
|
@ -17,12 +17,6 @@ import (
|
|||
"seedno.de/seednode/roulette/types"
|
||||
)
|
||||
|
||||
var CompressionFormats = []string{
|
||||
"none",
|
||||
"zlib",
|
||||
"zstd",
|
||||
}
|
||||
|
||||
type fileIndex struct {
|
||||
mutex *sync.RWMutex
|
||||
list []string
|
||||
|
|
|
@ -17,7 +17,7 @@ import (
|
|||
|
||||
const (
|
||||
AllowedCharacters string = `^[A-z0-9.\-_]+$`
|
||||
ReleaseVersion string = "5.4.1"
|
||||
ReleaseVersion string = "5.4.2"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in New Issue