diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-04-10 17:12:17 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-04-10 15:29:24 +0000 |
| commit | 6e189cf48871220fff5a087cc06b6682e052da3c (patch) | |
| tree | 8469f28f0b43bfe9c8d4ffe9435e20f4c552a0e0 /pkg | |
| parent | 97069202554c66fd6d17c9d08725a7a27f500c8d (diff) | |
pkg/fuzzer: remove stats leftover
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/fuzzer/fuzzer.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/fuzzer/fuzzer.go b/pkg/fuzzer/fuzzer.go index 6ed79aa9a..2663d7b60 100644 --- a/pkg/fuzzer/fuzzer.go +++ b/pkg/fuzzer/fuzzer.go @@ -27,7 +27,6 @@ type Fuzzer struct { ctx context.Context mu sync.Mutex - stats map[string]uint64 rnd *rand.Rand target *prog.Target @@ -53,7 +52,6 @@ func NewFuzzer(ctx context.Context, cfg *Config, rnd *rand.Rand, Cover: newCover(), ctx: ctx, - stats: map[string]uint64{}, rnd: rnd, target: target, |
