Skip to content

Commit c80aeef

Browse files
Update ext/sqlite3/database.c
Co-authored-by: Jean Boussier <[email protected]>
1 parent 832fe6a commit c80aeef

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ext/sqlite3/database.c

-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212

1313
VALUE cSqlite3Database;
1414

15-
// Function to check if two timespec structures are equal
16-
int timespec_equal(const struct timespec* ts1, const struct timespec* ts2) {
17-
return (ts1->tv_sec == ts2->tv_sec) && (ts1->tv_nsec == ts2->tv_nsec);
18-
}
19-
2015
static void
2116
database_mark(void *ctx)
2217
{

0 commit comments

Comments
 (0)