فهرست منبع

store: remove more unused code

Jonathan Boulle 11 سال پیش
والد
کامیت
70bbf8b470
1فایلهای تغییر یافته به همراه0 افزوده شده و 11 حذف شده
  1. 0 11
      store/command_factory.go

+ 0 - 11
store/command_factory.go

@@ -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
-}