Skip to content

Commit b66f7c3

Browse files
Remove dead code (#4704)
Centipede env var that isn't read
1 parent 1980164 commit b66f7c3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/clusterfuzz/_internal/bot/tasks/utasks/fuzz_task.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1795,13 +1795,6 @@ def run(self):
17951795
return uworker_msg_pb2.Output( # pylint: disable=no-member
17961796
error_type=uworker_msg_pb2.ErrorType.FUZZ_BUILD_SETUP_FAILURE) # pylint: disable=no-member
17971797

1798-
# Centipede requires separate binaries for sanitized targets.
1799-
if environment.is_centipede_fuzzer_job():
1800-
sanitized_target_bucket_path = environment.get_value(
1801-
'SANITIZED_TARGET_BUILD_BUCKET_PATH')
1802-
if sanitized_target_bucket_path:
1803-
logs.error('Failed to set up sanitized_target_build.')
1804-
18051798
# Check if we have a bad build, i.e. one that crashes on startup.
18061799
# If yes, bail out.
18071800
logs.info('Checking for bad build.')

0 commit comments

Comments
 (0)