Skip to content

Commit ae76a01

Browse files
Update ext/sqlite3/database.c
Co-authored-by: Jean Boussier <jean.boussier@gmail.com>
1 parent c8007e7 commit ae76a01

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/sqlite3/database.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ database_mark(void *ctx)
1717
{
1818
sqlite3RubyPtr c = (sqlite3RubyPtr)ctx;
1919
rb_gc_mark(c->busy_handler);
20-
rb_gc_mark(c->stmt_timeout);
21-
rb_gc_mark(c->stmt_deadline);
2220
}
2321

2422
static void

0 commit comments

Comments
 (0)