From e3daaa5e65a49f538e1edb2f7c969c6f374bcd42 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 26 May 2015 18:41:46 +0900 Subject: [PATCH] Getting rid of unused function --- version.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/version.go b/version.go index 01ce6e3..9b6576f 100644 --- a/version.go +++ b/version.go @@ -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...)