Skip to content

Commit

Permalink
Remove spurious srand invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
niklarm authored and AlessandroA committed Jan 10, 2017
1 parent 4988a73 commit 3266d24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/client_a.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ static void client_a_main(const void *)

/* Create new threads. */
/* Note: The stack must be at least 1kB since threads will use printf. */
srand(uvisor_box_id_self());
Thread sync(osPriorityNormal, 1024, NULL);
sync.start(box_sync_runner);
Thread async(osPriorityNormal, 1024, NULL);
Expand Down

0 comments on commit 3266d24

Please sign in to comment.