diff options
Diffstat (limited to 'src/pragma.c')
-rw-r--r-- | src/pragma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pragma.c b/src/pragma.c index 581bcaf0e..ce7f2fc52 100644 --- a/src/pragma.c +++ b/src/pragma.c @@ -189,7 +189,6 @@ static int flagPragma(Parse *pParse, const char *zLeft, const char *zRight){ #endif /* The following is VERY experimental */ { "writable_schema", SQLITE_WriteSchema|SQLITE_RecoveryMode }, - { "omit_readlock", SQLITE_NoReadlock }, /* TODO: Maybe it shouldn't be possible to change the ReadUncommitted ** flag if there are any active statements. */ |