]> git.ipfire.org Git - thirdparty/samba.git/commit
lib/util: remove unused SMB_THREAD handling from talloc_stack.c
authorStefan Metzmacher <metze@samba.org>
Mon, 12 May 2025 18:43:08 +0000 (20:43 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 19 May 2025 09:11:29 +0000 (09:11 +0000)
commitb3a5f9748cf3d6115a1c65647875b506c4c551fb
treef33ed403e46bef80b65be65c780b63418768f8f0
parentb6757378be238985d2b5d514219e8fc9d0ab04ee
lib/util: remove unused SMB_THREAD handling from talloc_stack.c

This does not support any threads as smb_thread_set_functions()
is never called anywhere.

We'll add plain pthread handling in the next commit.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
lib/util/talloc_stack.c