diff options
Diffstat (limited to 'src/os_unix.c')
-rw-r--r-- | src/os_unix.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/os_unix.c b/src/os_unix.c index 19eb99fec..ee7300a24 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -932,15 +932,6 @@ static int unixOpenDirectory( } /* -** If the following global variable points to a string which is the -** name of a directory, then that directory will be used to store -** temporary files. -** -** See also the "PRAGMA temp_store_directory" SQL command. -*/ -char *sqlite3_temp_directory = 0; - -/* ** Create a temporary file name in zBuf. zBuf must be big enough to ** hold at least SQLITE_TEMPNAME_SIZE characters. */ |