mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
DBD-SQLite: effort to resolve #44884; removed last DBIS in sqlite_init
This commit is contained in:
parent
8227d6f7d1
commit
30599f51bc
1 changed files with 1 additions and 2 deletions
3
dbdimp.c
3
dbdimp.c
|
@ -28,8 +28,7 @@ DBISTATE_DECLARE;
|
||||||
void
|
void
|
||||||
sqlite_init(dbistate_t *dbistate)
|
sqlite_init(dbistate_t *dbistate)
|
||||||
{
|
{
|
||||||
dTHX;
|
/* does nothing now */
|
||||||
DBIS = dbistate; /* XXX: looks like this can be removed, right? */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Add table
Reference in a new issue