From acf15ed14bcb3663514075725acbd00fd209b10e Mon Sep 17 00:00:00 2001 From: Pedro Gonnet <gonnet@google.com> Date: Tue, 25 Jul 2017 15:39:27 +0200 Subject: [PATCH] this test is actually good, leaving it in there. --- src/scheduler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scheduler.c b/src/scheduler.c index d537a5417a..e14fc017d3 100644 --- a/src/scheduler.c +++ b/src/scheduler.c @@ -1180,7 +1180,7 @@ void scheduler_start(struct scheduler *s) { } /* Check we have not missed an active task */ -#if 0 //SWIFT_DEBUG_CHECKS +#ifdef SWIFT_DEBUG_CHECKS const integertime_t ti_current = s->space->e->ti_current; -- GitLab