Skip to content

Commit

Permalink
Remove unused proto field (#4150)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmetzman committed Aug 5, 2024
1 parent dbc26d1 commit f0c2459
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 40 deletions.
1 change: 0 additions & 1 deletion src/clusterfuzz/_internal/bot/tasks/utasks/fuzz_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,6 @@ def store_fuzzer_run_results(testcase_file_paths, fuzzer, fuzzer_command,
if testcase_file_paths:
with open(testcase_file_paths[0], 'rb') as sample_testcase_file_handle:
sample_testcase_file = sample_testcase_file_handle.read()
fuzzer_run_results_output.uploaded_sample_testcase = True
storage.upload_signed_url(sample_testcase_file,
fuzz_task_input.sample_testcase_upload_url)

Expand Down
1 change: 0 additions & 1 deletion src/clusterfuzz/_internal/protos/uworker_msg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ message StoreFuzzerRunResultsOutput {
optional int32 fuzzer_return_code = 1;
optional string generated_testcase_string = 2;
optional string console_output = 3;
optional bool uploaded_sample_testcase = 4;
}

message FuzzTaskCrash {
Expand Down
Loading

0 comments on commit f0c2459

Please sign in to comment.