Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 69a3bf3cc2f39a2d6009517297c61b07fea7bff6
Choose a base ref
..
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bd430833609545c342fa53f17fccb1c4530b6c6c
Choose a head ref
Showing with 0 additions and 2 deletions.
  1. +0 βˆ’2 src/node_sqlite.cc
2 changes: 0 additions & 2 deletions src/node_sqlite.cc
Original file line number Diff line number Diff line change
@@ -209,8 +209,6 @@ class BackupJob : public ThreadPoolWork {

void DoThreadPoolWork() override {
backup_status_ = sqlite3_backup_step(pBackup_, pages_);

const char* errstr = sqlite3_errstr(backup_status_);
}

void AfterThreadPoolWork(int status) override {