aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo_db.c
diff options
context:
space:
mode:
Diffstat (limited to 'pseudo_db.c')
-rw-r--r--pseudo_db.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/pseudo_db.c b/pseudo_db.c
index d226cf7..289bb29 100644
--- a/pseudo_db.c
+++ b/pseudo_db.c
@@ -1595,10 +1595,6 @@ pdb_check_xattrs(pseudo_msg_t *msg) {
if (rc != SQLITE_DONE) {
dberr(file_db, "not done after the single row we expected?", rc);
}
- rc = sqlite3_finalize(scan);
- if (rc) {
- dberr(file_db, "couldn't finalize existing file");
- }
sqlite3_reset(scan);
sqlite3_clear_bindings(scan);