suppressed unused var

pull/1982/head
Muhammed Galib Uludag 4 years ago committed by GitHub
parent 9e0c658b29
commit e50b62c770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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");
}
}

Loading…
Cancel
Save