Remove no_separation flag

This commit is contained in:
Nikita Popov 2020-07-07 09:30:24 +02:00
parent e93aca7167
commit 302933daea
27 changed files with 10 additions and 50 deletions

View file

@ -2146,7 +2146,6 @@ static int php_sqlite3_authorizer(void *autharg, int action, const char *arg1, c
fci->retval = &retval;
fci->param_count = 5;
fci->params = argv;
fci->no_separation = 1;
int authreturn = SQLITE_DENY;