1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-09 14:21:03 +03:00

Omit the mutexIsInit test variable when mutexes are disabled.

FossilOrigin-Name: 3ea10434434d27a1300ba2b58e2c47c54909f4ff
This commit is contained in:
drh
2009-09-10 22:30:53 +00:00
parent 11bb41f878
commit d0bc5d2aa6
3 changed files with 19 additions and 9 deletions

View File

@@ -18,7 +18,7 @@
*/
#include "sqliteInt.h"
#ifdef SQLITE_DEBUG
#if defined(SQLITE_DEBUG) && !defined(SQLITE_MUTEX_OMIT)
/*
** For debugging purposes, record when the mutex subsystem is initialized
** and uninitialized so that we can assert() if there is an attempt to