diff options
| author | Taras Madan <tarasmadan@google.com> | 2026-03-04 10:43:00 +0100 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2026-03-04 10:35:01 +0000 |
| commit | e6b6b96b1e8b6f82d99cc58be2d80413150ac521 (patch) | |
| tree | 7452551190bb86e395171c920110f373f55146f6 /pkg/aflow/flow/patching/patching.go | |
| parent | 4180d91913899c7394d15307c52f8ec0b228f6cc (diff) | |
pkg/aflow: delete SyzkallerCommit
It is not used.
Diffstat (limited to 'pkg/aflow/flow/patching/patching.go')
| -rw-r--r-- | pkg/aflow/flow/patching/patching.go | 9 |
1 files changed, 4 insertions, 5 deletions
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 |
