summaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
Diffstat (limited to 'common.go')
-rw-r--r--common.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/common.go b/common.go
index f482ac7..c41970d 100644
--- a/common.go
+++ b/common.go
@@ -58,10 +58,6 @@ func (rs *RepoRow) Name() string {
return rs.Status.Path()
}
-func (r *RepoRow) Exists(s string) bool {
- return false
-}
-
func (r *RepoRow) GoPath() string {
return r.Status.GoPath()
}