aboutsummaryrefslogtreecommitdiff
path: root/src/test_wsd.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2008-10-07 15:25:48 +0000
committerdrh <drh@noemail.net>2008-10-07 15:25:48 +0000
commit18472fa7b80fffe589ac558e25d84b3969a70e70 (patch)
tree1dda54476935c3056b2946b3a7e77e32c4c4a2cf /src/test_wsd.c
parent3d9cf5177f663bfa87736745f4eb8b93bc883d8a (diff)
downloadsqlite-18472fa7b80fffe589ac558e25d84b3969a70e70.tar.gz
sqlite-18472fa7b80fffe589ac558e25d84b3969a70e70.zip
Remove the SQLITE_MUTEX_APPDEF compile-time option. The SQLITE_THREADSAFE=0
option always removes all mutex code. For application-defined mutexes only, use SQLITE_THREADSAFE=1 with SQLITE_MUTEX_NOOP=1. Ticket #3421. (CVS 5779) FossilOrigin-Name: 02a12eb1cfe9307c66556105a1a99d657cc01ab5
Diffstat (limited to 'src/test_wsd.c')
-rw-r--r--src/test_wsd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test_wsd.c b/src/test_wsd.c
index 78889b82b..a7fad263a 100644
--- a/src/test_wsd.c
+++ b/src/test_wsd.c
@@ -14,7 +14,7 @@
** sqlite3_wsd_init() and sqlite3_wsd_find() functions required if the
** SQLITE_OMIT_WSD symbol is defined at build time.
**
-** $Id: test_wsd.c,v 1.2 2008/09/02 16:22:29 danielk1977 Exp $
+** $Id: test_wsd.c,v 1.3 2008/10/07 15:25:49 drh Exp $
*/
#if defined(SQLITE_OMIT_WSD) && defined(SQLITE_TEST)
@@ -84,4 +84,3 @@ void *sqlite3_wsd_find(void *K, int L){
}
#endif
-