diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/syz-execprog/execprog.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/syz-execprog/execprog.go b/tools/syz-execprog/execprog.go index 5c26bd95a..07bae4567 100644 --- a/tools/syz-execprog/execprog.go +++ b/tools/syz-execprog/execprog.go @@ -309,12 +309,6 @@ func createConfig(target *prog.Target, entries []*prog.LogEntry, break } } - handled := make(map[string]bool) - for _, entry := range entries { - for _, call := range entry.P.Calls { - handled[call.Meta.CallName] = true - } - } if featuresFlags["tun"].Enabled && features[host.FeatureNetworkInjection].Enabled { config.Flags |= ipc.FlagEnableTun } |
