From 6c865a1b83d537ee92f29690fcd4b8371ce40cfd Mon Sep 17 00:00:00 2001 From: Milang Date: Tue, 18 Feb 2020 11:04:10 +0100 Subject: [PATCH] update main.c (remove 1 instruction copied 2 times, withoout influence on the benchmark) --- src/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.c b/src/main.c index bd623a5..eab185b 100644 --- a/src/main.c +++ b/src/main.c @@ -48,8 +48,6 @@ int main(void) while(1) { - dprint(1, 50, C_WHITE, C_BLACK, "%s", time); - prof_enter(0); execute(); prof_leave(0);