suppressed unused var
This commit is contained in:
parent
9e0c658b29
commit
e50b62c770
@ -35,7 +35,7 @@ public:
|
|||||||
db_name_ = db_name;
|
db_name_ = db_name;
|
||||||
coll_name_ = collection_name;
|
coll_name_ = collection_name;
|
||||||
set_pattern("%v");
|
set_pattern("%v");
|
||||||
} catch (const std::exception &e) {
|
} catch (const std::exception) {
|
||||||
throw spdlog_ex("Error opening database");
|
throw spdlog_ex("Error opening database");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user