Skip to content

Commit 1e7c20b

Browse files
committed
doc: remove comment about using thread_local
Followup to bitcoin/bitcoin#30095 (comment).
1 parent 5bba433 commit 1e7c20b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/test/util/random.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
/**
1515
* This global and the helpers that use it are not thread-safe.
1616
*
17-
* If thread-safety is needed, the global could be made thread_local (given
18-
* that thread_local is supported on all architectures we support) or a
19-
* per-thread instance could be used in the multi-threaded test.
17+
* If thread-safety is needed, a per-thread instance could be
18+
* used in the multi-threaded test.
2019
*/
2120
extern FastRandomContext g_insecure_rand_ctx;
2221

0 commit comments

Comments
 (0)