0
0
mirror of https://gitlab.com/cznic/sqlite.git synced 2025-05-22 23:28:02 +00:00
This commit is contained in:
Jan Mercl
2025-03-29 14:50:51 +01:00
parent ee363a40d5
commit 929c3e8f8d

@ -88,12 +88,8 @@ var (
type mutex struct {
sync.Mutex
poolIndex int
cnt int32
id int32 // tls.ID
recursive bool
}