summaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-03-07 19:31:12 -0600
committerJeff Carr <[email protected]>2024-03-07 19:31:12 -0600
commita048e33f587a8883f8a4f71d27c5dedb6b0afc6c (patch)
tree2fbf10005db1384e0989c406b973b61bec6035c7 /common.go
parent2f451477c80acdfdc39e38378a2572a64c6b57d7 (diff)
working on go-clonev0.22.1
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()
}