| Index: third_party/sqlite/src/src/sqliteInt.h
|
| diff --git a/third_party/sqlite/src/src/sqliteInt.h b/third_party/sqlite/src/src/sqliteInt.h
|
| index 745b910648cb34b193932ad5994ee91d4bb8d065..c01bbc78698e35a70acbb169aaf9d6be21a88468 100644
|
| --- a/third_party/sqlite/src/src/sqliteInt.h
|
| +++ b/third_party/sqlite/src/src/sqliteInt.h
|
| @@ -3168,16 +3168,6 @@ int sqlite3CantopenError(int);
|
| #endif
|
|
|
| /*
|
| -** The CoreServices.h and CoreFoundation.h headers are needed for excluding a
|
| -** -journal file from Time Machine backups when its associated database has
|
| -** previously been excluded by the client code.
|
| -*/
|
| -#if defined(__APPLE__)
|
| -#include <CoreServices/CoreServices.h>
|
| -#include <CoreFoundation/CoreFoundation.h>
|
| -#endif
|
| -
|
| -/*
|
| ** The following macros mimic the standard library functions toupper(),
|
| ** isspace(), isalnum(), isdigit() and isxdigit(), respectively. The
|
| ** sqlite versions only work for ASCII characters, regardless of locale.
|
|
|