1
0
Fork 0
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:
Kenichi Ishigaki 2009-04-10 01:21:48 +00:00
parent 8227d6f7d1
commit 30599f51bc

View file

@ -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