mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-29 21:42:32 +02: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
@ -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…
Reference in New Issue
Block a user