mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 08:24:05 +00:00
remove comment
This commit is contained in:
parent
7524328947
commit
2440e432b8
1 changed files with 0 additions and 1 deletions
|
|
@ -13,7 +13,6 @@ __declspec(dllexport)
|
|||
int sqlite3_noattach_init(sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi) {
|
||||
SQLITE_EXTENSION_INIT2(pApi);
|
||||
|
||||
// trigger build
|
||||
int rc = sqlite3_set_authorizer(db, deny_attach_authorizer, 0);
|
||||
if (rc != SQLITE_OK) {
|
||||
*pzErrMsg = sqlite3_mprintf("Tenancy: Failed to set authorizer");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue