remove unused code

This commit is contained in:
Unknwon 2015-11-14 13:22:24 -05:00
parent 7c80eba77f
commit 84a43b38cf
1 changed files with 0 additions and 3 deletions

View File

@ -17,8 +17,6 @@ import (
"github.com/gogits/gogs/modules/setting"
)
import "github.com/davecheney/profile"
const (
COMMITS base.TplName = "repo/commits"
DIFF base.TplName = "repo/diff"
@ -45,7 +43,6 @@ func RenderIssueLinks(oldCommits *list.List, repoLink string) *list.List {
}
func Commits(ctx *middleware.Context) {
defer profile.Start(profile.CPUProfile).Stop()
ctx.Data["PageIsCommits"] = true
commitsCount, err := ctx.Repo.Commit.CommitsCount()