mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 23:09:44 -04:00
doc: remove comment about using thread_local
Followup to https://github.com/bitcoin/bitcoin/pull/30095#discussion_r1605655974.
This commit is contained in:
parent
5bba43312c
commit
1e7c20bc19
1 changed files with 2 additions and 3 deletions
|
@ -14,9 +14,8 @@
|
||||||
/**
|
/**
|
||||||
* This global and the helpers that use it are not thread-safe.
|
* This global and the helpers that use it are not thread-safe.
|
||||||
*
|
*
|
||||||
* If thread-safety is needed, the global could be made thread_local (given
|
* If thread-safety is needed, a per-thread instance could be
|
||||||
* that thread_local is supported on all architectures we support) or a
|
* used in the multi-threaded test.
|
||||||
* per-thread instance could be used in the multi-threaded test.
|
|
||||||
*/
|
*/
|
||||||
extern FastRandomContext g_insecure_rand_ctx;
|
extern FastRandomContext g_insecure_rand_ctx;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue