diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2026-01-27 16:14:17 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2026-01-27 15:28:12 +0000 |
| commit | beb60175e9df02e0b1271dfa08c054c0f9f01453 (patch) | |
| tree | 8e62587c0c5cf0cb47c6925db5d599a5e5bab30d /pkg/aflow/flow/patching/patching.go | |
| parent | 6f7d599f34a221a1df513475c6ba53bbc573dc32 (diff) | |
pkg/aflow/flow/patching: remove temp workaround for KernelScratchSrc
Diffstat (limited to 'pkg/aflow/flow/patching/patching.go')
| -rw-r--r-- | pkg/aflow/flow/patching/patching.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/aflow/flow/patching/patching.go b/pkg/aflow/flow/patching/patching.go index 407dcee2a..f3ee89f28 100644 --- a/pkg/aflow/flow/patching/patching.go +++ b/pkg/aflow/flow/patching/patching.go @@ -38,7 +38,6 @@ type Inputs struct { type Outputs struct { PatchDescription string PatchDiff string - KernelScratchSrc string // it's unused for now, but should be used by codeeditor tool later } func init() { |
