Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/gitaly/service/repository/has_local_branches.go')
-rw-r--r--internal/gitaly/service/repository/has_local_branches.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/gitaly/service/repository/has_local_branches.go b/internal/gitaly/service/repository/has_local_branches.go
index 8f58dc982..010b10214 100644
--- a/internal/gitaly/service/repository/has_local_branches.go
+++ b/internal/gitaly/service/repository/has_local_branches.go
@@ -2,8 +2,6 @@ package repository
import (
"context"
- "gitlab.com/gitlab-org/gitaly/v15/structerr"
-
"gitlab.com/gitlab-org/gitaly/proto/v15/go/gitalypb"
"gitlab.com/gitlab-org/gitaly/v15/internal/gitaly/service"
)