Skip to content

Commit 6b9d31e

Browse files
committed
Remove unused parameter for a function
1 parent c93eefb commit 6b9d31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/mirror/mirror_pull.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ func SyncPullMirror(ctx context.Context, repoID int64) bool {
564564
return true
565565
}
566566

567-
func checkAndUpdateEmptyRepository(ctx context.Context, m *repo_model.Mirror, gitRepo *git.Repository, results []*mirrorSyncResult) bool {
567+
func checkAndUpdateEmptyRepository(ctx context.Context, m *repo_model.Mirror, results []*mirrorSyncResult) bool {
568568
if !m.Repo.IsEmpty {
569569
return true
570570
}

0 commit comments

Comments
 (0)