Skip to content

Commit 3266d24

Browse files
niklarmAlessandroA
authored andcommitted
Remove spurious srand invocation
1 parent 4988a73 commit 3266d24

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

9696
/* Create new threads. */
9797
/* Note: The stack must be at least 1kB since threads will use printf. */
98-
srand(uvisor_box_id_self());
9998
Thread sync(osPriorityNormal, 1024, NULL);
10099
sync.start(box_sync_runner);
101100
Thread async(osPriorityNormal, 1024, NULL);

0 commit comments

Comments
 (0)