aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/common.h')
-rw-r--r--executor/common.h2
1 files changed, 0 insertions, 2 deletions
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