Skip to content

Commit

Permalink
Remove deseriailze64 fuzz target
Browse files Browse the repository at this point in the history
the fuzz_ops64 target includes deserializing, and performing actions on the
bitmap too
  • Loading branch information
Dr-Emann committed Apr 7, 2024
1 parent 6c5fa2f commit 79dcb57
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
6 changes: 0 additions & 6 deletions fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,3 @@ name = "deserialize"
path = "fuzz_targets/deserialize.rs"
test = false
doc = false

[[bin]]
name = "deserialize64"
path = "fuzz_targets/deserialize64.rs"
test = false
doc = false
32 changes: 0 additions & 32 deletions fuzz/fuzz_targets/deserialize64.rs

This file was deleted.

0 comments on commit 79dcb57

Please sign in to comment.