aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMSQLite.h
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMSQLite.h')
-rw-r--r--Foundation/GTMSQLite.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Foundation/GTMSQLite.h b/Foundation/GTMSQLite.h
index 0697d5a..0daa02c 100644
--- a/Foundation/GTMSQLite.h
+++ b/Foundation/GTMSQLite.h
@@ -92,12 +92,6 @@
// or ranges between single UniChars.
//
-// SQLite is preinstalled on 10.4 only. As long as we're using the OS version
-// of the library, limit ourself to Tiger+
-#if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_4
-#error SQLite support is Tiger or later
-#endif
-
#import <Foundation/Foundation.h>
#import <sqlite3.h>