Skip to content

Commit 87a29e8

Browse files
committed
remove unneeded decoding
1 parent 3c26c6e commit 87a29e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

run.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def fuzz_function_exists?(file_path)
3737
seen = {}
3838
loop do
3939
encoded_bytes, cov_hash = reader.gets.strip.split('_')
40-
decoded_bytes = Base64.strict_decode64(encoded_bytes)
4140

4241
if !seen.include?(cov_hash)
4342
seen[cov_hash] = Base64.strict_decode64(encoded_bytes)

0 commit comments

Comments
 (0)