store: remove more unused code

This commit is contained in:
Jonathan Boulle 2014-10-17 00:05:56 -07:00
parent 7311a2a67d
commit 70bbf8b470

View File

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