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/commit/list_all_commits.go')
-rw-r--r--internal/gitaly/service/commit/list_all_commits.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/gitaly/service/commit/list_all_commits.go b/internal/gitaly/service/commit/list_all_commits.go
index 018efb2ae..934dc62e5 100644
--- a/internal/gitaly/service/commit/list_all_commits.go
+++ b/internal/gitaly/service/commit/list_all_commits.go
@@ -7,7 +7,6 @@ import (
"gitlab.com/gitlab-org/gitaly/v15/internal/git/gitpipe"
"gitlab.com/gitlab-org/gitaly/v15/internal/gitaly/service"
"gitlab.com/gitlab-org/gitaly/v15/internal/helper/chunk"
- "gitlab.com/gitlab-org/gitaly/v15/structerr"
)
func verifyListAllCommitsRequest(request *gitalypb.ListAllCommitsRequest) error {