Getting rid of unused function
This commit is contained in:
parent
1c41f81238
commit
e3daaa5e65
@ -158,10 +158,6 @@ func (this *version) resolve() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (this *version) metadataPath() string {
|
||||
return filepath.Join(this.base, "meta.json")
|
||||
}
|
||||
|
||||
func (this *version) rebasePath(paths ...string) string {
|
||||
combined := append([]string{this.base, "root"}, paths...)
|
||||
return filepath.Join(combined...)
|
||||
|
Loading…
Reference in New Issue
Block a user