aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/vcs/vcs.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/vcs/vcs.go')
-rw-r--r--pkg/vcs/vcs.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/vcs/vcs.go b/pkg/vcs/vcs.go
index b0a2dc8eb..c9a440ed1 100644
--- a/pkg/vcs/vcs.go
+++ b/pkg/vcs/vcs.go
@@ -362,10 +362,6 @@ func CommitLink(url, hash string) string {
return link(url, hash, "", 0, 0)
}
-func TreeLink(url, hash string) string {
- return link(url, hash, "", 0, 1)
-}
-
func LogLink(url, hash string) string {
return link(url, hash, "", 0, 2)
}