From f5e4b3aeb353c29e8106a60850219c1802c76f82 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Wed, 24 Jul 2013 03:15:07 -0700 Subject: [PATCH] Use beast_sqlite and beast_sqdb --- modules/beast_sqlite/beast_sqlite.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/beast_sqlite/beast_sqlite.c b/modules/beast_sqlite/beast_sqlite.c index 176be5a421..99ef158676 100644 --- a/modules/beast_sqlite/beast_sqlite.c +++ b/modules/beast_sqlite/beast_sqlite.c @@ -57,11 +57,6 @@ */ //#define SQLITE_THREADSAFE 2 -/* When compiled with SQLITE_THREADSAFE=2, SQLite can be used in a - multithreaded program so long as no two threads attempt to use the - same database connection at the same time. -*/ - #include "sqlite/sqlite3.c" #if BEAST_MSVC