Getting rid of unused function

This commit is contained in:
Alex Yatskov 2015-05-26 18:41:46 +09:00
parent 1c41f81238
commit e3daaa5e65

View File

@ -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...)