Skip to content

Commit cb00f99

Browse files
niklarmAlessandroA
authored andcommitted
Remove spurious srand invocation
1 parent a8fc837 commit cb00f99

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
@@ -91,7 +91,6 @@ static void client_a_main(const void *)
9191

9292
/* Create new threads. */
9393
/* Note: The stack must be at least 1kB since threads will use printf. */
94-
srand(uvisor_box_id_self());
9594
Thread sync(osPriorityNormal, 1024, NULL);
9695
sync.start(box_sync_runner);
9796
Thread async(osPriorityNormal, 1024, NULL);

0 commit comments

Comments
 (0)