From e6b6b96b1e8b6f82d99cc58be2d80413150ac521 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Wed, 4 Mar 2026 10:43:00 +0100 Subject: pkg/aflow: delete SyzkallerCommit It is not used. --- pkg/aflow/flow/patching/patching.go | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'pkg/aflow/flow/patching/patching.go') diff --git a/pkg/aflow/flow/patching/patching.go b/pkg/aflow/flow/patching/patching.go index 5775a2092..7abdd5636 100644 --- a/pkg/aflow/flow/patching/patching.go +++ b/pkg/aflow/flow/patching/patching.go @@ -18,11 +18,10 @@ import ( ) type Inputs struct { - ReproOpts string - ReproSyz string - ReproC string - KernelConfig string - SyzkallerCommit string + ReproOpts string + ReproSyz string + ReproC string + KernelConfig string // Same as in the manager config. Syzkaller string -- cgit mrf-deployment