Skip to content

Commit

Permalink
Update ext/sqlite3/database.c
Browse files Browse the repository at this point in the history
Co-authored-by: Jean Boussier <[email protected]>
  • Loading branch information
fractaledmind and byroot authored Jan 22, 2024
1 parent 832fe6a commit c80aeef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ext/sqlite3/database.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@

VALUE cSqlite3Database;

// Function to check if two timespec structures are equal
int timespec_equal(const struct timespec* ts1, const struct timespec* ts2) {
return (ts1->tv_sec == ts2->tv_sec) && (ts1->tv_nsec == ts2->tv_nsec);
}

static void
database_mark(void *ctx)
{
Expand Down

0 comments on commit c80aeef

Please sign in to comment.