update main.c (remove 1 instruction copied 2 times, withoout influence on the benchmark)

This commit is contained in:
Milang 2020-02-18 11:04:10 +01:00
parent f132025398
commit 6c865a1b83
1 changed files with 0 additions and 2 deletions

View File

@ -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);