From beb60175e9df02e0b1271dfa08c054c0f9f01453 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 27 Jan 2026 16:14:17 +0100 Subject: pkg/aflow/flow/patching: remove temp workaround for KernelScratchSrc --- pkg/aflow/flow/patching/patching.go | 1 - 1 file changed, 1 deletion(-) (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 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() { -- cgit mrf-deployment