From a6d311cf3f0e676a69f3328a36cd0156acd6c35c Mon Sep 17 00:00:00 2001 From: Simon Beck Date: Mon, 26 Oct 2020 08:06:42 +0100 Subject: [PATCH] Remove unused code --- pkg/pipeline/reconcile_types_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/pipeline/reconcile_types_test.go b/pkg/pipeline/reconcile_types_test.go index c43b003a..4baf62e8 100644 --- a/pkg/pipeline/reconcile_types_test.go +++ b/pkg/pipeline/reconcile_types_test.go @@ -10,7 +10,6 @@ type genericCases map[string]struct { type args struct { cluster *synv1alpha1.Cluster tenant *synv1alpha1.Tenant - gitRepo synv1alpha1.GitRepo data *ExecutionContext finalizerName string }