1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-10 01:02:56 +03:00

Remove an obsolete #ifdef related to iOS support.

FossilOrigin-Name: e9a51d2a580daa0fb152fe4c891149caa8025b9d
This commit is contained in:
drh
2016-01-08 17:28:24 +00:00
parent ca3862dc6e
commit c0fba6d8e8
3 changed files with 7 additions and 11 deletions

View File

@@ -767,10 +767,6 @@ typedef INT16_TYPE LogEst;
*/
#ifdef __APPLE__
# include <TargetConditionals.h>
# if TARGET_OS_IPHONE
# undef SQLITE_MAX_MMAP_SIZE
# define SQLITE_MAX_MMAP_SIZE 0
# endif
#endif
#ifndef SQLITE_MAX_MMAP_SIZE
# if defined(__linux__) \