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/git/catfile/batchcheck.go')
-rw-r--r--internal/git/catfile/batchcheck.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/git/catfile/batchcheck.go b/internal/git/catfile/batchcheck.go
index 77f49a05b..476ed457d 100644
--- a/internal/git/catfile/batchcheck.go
+++ b/internal/git/catfile/batchcheck.go
@@ -27,7 +27,6 @@ func newBatchCheck(ctx context.Context, repoPath string, env []string) (*batchCh
if err != nil {
return nil, err
}
-
bc.r = bufio.NewReader(batchCmd)
go func() {
<-ctx.Done()