diff --git a/store/command_factory.go b/store/command_factory.go deleted file mode 100644 index 920140975..000000000 --- a/store/command_factory.go +++ /dev/null @@ -1,11 +0,0 @@ -package store - -// MinVersion returns the minimum compatible store version. -func MinVersion() int { - return 2 -} - -// MaxVersion returns the maximum compatible store version. -func MaxVersion() int { - return 2 -}