From 00716954b7fac405c5e5084a0ef6d7d6bc3a2b48 Mon Sep 17 00:00:00 2001 From: mattn Date: Wed, 22 Oct 2014 13:31:54 +0900 Subject: Specify by -D --- sqlite3.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sqlite3.go') diff --git a/sqlite3.go b/sqlite3.go index 15c7003..69a2a9b 100644 --- a/sqlite3.go +++ b/sqlite3.go @@ -29,10 +29,6 @@ struct tm* _localtime32(const __time32_t *tm) { # define SQLITE_OPEN_FULLMUTEX 0 #endif -#ifndef SQLITE_THREADSAFE -# define SQLITE_THREADSAFE -#endif - static int _sqlite3_open_v2(const char *filename, sqlite3 **ppDb, int flags, const char *zVfs) { #ifdef SQLITE_OPEN_URI -- cgit v1.2.3