lfs/lfs: Remove an unused version constant

This commit is contained in:
Sebastian Schuberth 2016-11-18 21:44:28 +01:00
parent 7003fd6a4b
commit caea538a21

@ -16,10 +16,6 @@ import (
"github.com/rubyist/tracerx"
)
const (
Version = "1.5.0"
)
var (
LargeSizeThreshold = 5 * 1024 * 1024
)