mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-02 13:24:17 +00:00
remove unused code
This commit is contained in:
parent
7c80eba77f
commit
84a43b38cf
|
@ -17,8 +17,6 @@ import (
|
||||||
"github.com/gogits/gogs/modules/setting"
|
"github.com/gogits/gogs/modules/setting"
|
||||||
)
|
)
|
||||||
|
|
||||||
import "github.com/davecheney/profile"
|
|
||||||
|
|
||||||
const (
|
const (
|
||||||
COMMITS base.TplName = "repo/commits"
|
COMMITS base.TplName = "repo/commits"
|
||||||
DIFF base.TplName = "repo/diff"
|
DIFF base.TplName = "repo/diff"
|
||||||
|
@ -45,7 +43,6 @@ func RenderIssueLinks(oldCommits *list.List, repoLink string) *list.List {
|
||||||
}
|
}
|
||||||
|
|
||||||
func Commits(ctx *middleware.Context) {
|
func Commits(ctx *middleware.Context) {
|
||||||
defer profile.Start(profile.CPUProfile).Stop()
|
|
||||||
ctx.Data["PageIsCommits"] = true
|
ctx.Data["PageIsCommits"] = true
|
||||||
|
|
||||||
commitsCount, err := ctx.Repo.Commit.CommitsCount()
|
commitsCount, err := ctx.Repo.Commit.CommitsCount()
|
||||||
|
|
Loading…
Reference in a new issue