From a12e99e74dfc7cbe54720d8383cec46aaf024a28 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Fri, 17 May 2024 12:48:07 +0200 Subject: pkg/csource: remove the Repro option Enable it unconditionally. --- executor/common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'executor') diff --git a/executor/common.h b/executor/common.h index bfe6c76a7..9f130ca94 100644 --- a/executor/common.h +++ b/executor/common.h @@ -553,10 +553,8 @@ static void execute_one(void) static void loop(void) #endif { -#if SYZ_REPRO if (write(1, "executing program\n", sizeof("executing program\n") - 1)) { } -#endif #if SYZ_TRACE fprintf(stderr, "### start\n"); #endif -- cgit mrf-deployment