From 30599f51bce0de9e4348090db429d443bc5497b2 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Fri, 10 Apr 2009 01:21:48 +0000 Subject: [PATCH] DBD-SQLite: effort to resolve #44884; removed last DBIS in sqlite_init --- dbdimp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dbdimp.c b/dbdimp.c index 47386d9..184b4e7 100644 --- a/dbdimp.c +++ b/dbdimp.c @@ -28,8 +28,7 @@ DBISTATE_DECLARE; void sqlite_init(dbistate_t *dbistate) { - dTHX; - DBIS = dbistate; /* XXX: looks like this can be removed, right? */ + /* does nothing now */ } static void