mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
store: remove more unused code
This commit is contained in:
parent
7311a2a67d
commit
70bbf8b470
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user