Skip to content

Commit e177df4

Browse files
committed
Remove spurious srand invocation
1 parent d72b18b commit e177df4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/client_a.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ static void client_a_main(const void *)
8787
return;
8888
}
8989

90-
srand(uvisor_box_id_self());
9190
new Thread(box_sync_runner, NULL);
9291
new Thread(box_async_runner, NULL);
9392
}

0 commit comments

Comments
 (0)