Skip to content

Commit 50f1ef0

Browse files
committed
Remove extra line
1 parent 11a94dc commit 50f1ef0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/sqlite3/database.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,6 @@ init_sqlite3_database(void)
887887
#if 0
888888
VALUE mSqlite3 = rb_define_module("SQLite3");
889889
#endif
890-
891890
cSqlite3Database = rb_define_class_under(mSqlite3, "Database", rb_cObject);
892891

893892
rb_define_alloc_func(cSqlite3Database, allocate);

0 commit comments

Comments
 (0)