diff options
Diffstat (limited to 'src/sqliteLimit.h')
-rw-r--r-- | src/sqliteLimit.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sqliteLimit.h b/src/sqliteLimit.h index 77d78589a..700420e3b 100644 --- a/src/sqliteLimit.h +++ b/src/sqliteLimit.h @@ -197,9 +197,5 @@ ** may be executed. */ #ifndef SQLITE_MAX_TRIGGER_DEPTH -#if defined(SQLITE_SMALL_STACK) -# define SQLITE_MAX_TRIGGER_DEPTH 10 -#else # define SQLITE_MAX_TRIGGER_DEPTH 1000 #endif -#endif |