Skip to content

Commit 0818381

Browse files
niklarmAlessandroA
authored andcommitted
Remove spurious srand invocation
1 parent 0ff92a0 commit 0818381

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

9494
/* Create new threads. */
9595
/* Note: The stack must be at least 1kB since threads will use printf. */
96-
srand(uvisor_box_id_self());
9796
Thread sync(osPriorityNormal, 1024, NULL);
9897
sync.start(box_sync_runner);
9998
Thread async(osPriorityNormal, 1024, NULL);

0 commit comments

Comments
 (0)