Skip to content

Commit

Permalink
remove fuzz target for deserialization pair count
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how committed Feb 10, 2025
1 parent c197b2b commit e896a8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
6 changes: 0 additions & 6 deletions fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ path = "fuzz_targets/deserialize_br_rand_tree.rs"
test = false
doc = false

[[bin]]
name = "fuzz_deserialize_br_test_pair_count"
path = "fuzz_targets/deserialize_br_test_pair_count.rs"
test = false
doc = false

[[bin]]
name = "fuzz_parse_triples"
path = "fuzz_targets/parse_triples.rs"
Expand Down
35 changes: 0 additions & 35 deletions fuzz/fuzz_targets/deserialize_br_test_pair_count.rs

This file was deleted.

0 comments on commit e896a8c

Please sign in to comment.