aboutsummaryrefslogtreecommitdiff
path: root/internal/route
diff options
context:
space:
mode:
Diffstat (limited to 'internal/route')
-rw-r--r--internal/route/lfs/route.go1
-rw-r--r--internal/route/repo/pull.go1
2 files changed, 0 insertions, 2 deletions
diff --git a/internal/route/lfs/route.go b/internal/route/lfs/route.go
index ff1bd591..0fd9617b 100644
--- a/internal/route/lfs/route.go
+++ b/internal/route/lfs/route.go
@@ -27,7 +27,6 @@ func RegisterRoutes(r *macaron.Router) {
r.Group("", func() {
r.Post("/objects/batch", authorize(db.AccessModeRead), verifyAccept, verifyContentTypeJSON, serveBatch)
r.Group("/objects/basic", func() {
-
basic := &basicHandler{
defaultStorage: lfsutil.Storage(conf.LFS.Storage),
storagers: map[lfsutil.Storage]lfsutil.Storager{
diff --git a/internal/route/repo/pull.go b/internal/route/repo/pull.go
index 88c452ab..68389532 100644
--- a/internal/route/repo/pull.go
+++ b/internal/route/repo/pull.go
@@ -553,7 +553,6 @@ func PrepareCompareDiff(
meta *gitutil.PullRequestMeta,
headBranch string,
) bool {
-
var (
repo = c.Repo.Repository
err error