summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/misc/db.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/misc/db.cxx')
-rw-r--r--desktop/source/deployment/misc/db.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/source/deployment/misc/db.cxx b/desktop/source/deployment/misc/db.cxx
index ce403181ab..e3f64063e8 100644
--- a/desktop/source/deployment/misc/db.cxx
+++ b/desktop/source/deployment/misc/db.cxx
@@ -152,7 +152,6 @@ int Db::del(Dbt *key, u_int32_t flags)
if ((err = db->del(db, 0, key, flags)) != 0) {
// DB_NOTFOUND is a "normal" return, so should not be
// thrown as an error
- //
if (err != DB_NOTFOUND) {
db_internal::check_error(err, "Db::del");
return (err);