suppressed unused var

This commit is contained in:
Muhammed Galib Uludag 2021-06-27 20:30:41 +03:00 committed by GitHub
parent 9e0c658b29
commit e50b62c770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ public:
db_name_ = db_name;
coll_name_ = collection_name;
set_pattern("%v");
} catch (const std::exception &e) {
} catch (const std::exception) {
throw spdlog_ex("Error opening database");
}
}