Skip to content

Commit ccfb256

Browse files
committed
minor: remove an unused parameter
1 parent ae4f793 commit ccfb256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mongocxx/instance_management.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void configure(mongocxx::uri uri) {
7575
class noop_logger : public mongocxx::logger {
7676
public:
7777
virtual void operator()(mongocxx::log_level, mongocxx::stdx::string_view,
78-
mongocxx::stdx::string_view message) noexcept {}
78+
mongocxx::stdx::string_view) noexcept {}
7979
};
8080

8181
mongo_access::instance().configure(

0 commit comments

Comments
 (0)