Skip to content

Commit 8131c16

Browse files
committed
CXX-934 Remove the unwanted and unimplemented database::stats helper declaration
1 parent a710c8c commit 8131c16

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/mongocxx/database.hpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -158,15 +158,6 @@ class MONGOCXX_API database {
158158
///
159159
stdx::string_view name() const;
160160

161-
///
162-
/// Get server-side statistics for the database.
163-
///
164-
/// @return document containing statistics for this database.
165-
///
166-
/// @see http://docs.mongodb.org/manual/reference/command/dbStats/
167-
///
168-
bsoncxx::document::value stats();
169-
170161
///
171162
/// Sets the read_concern for this database.
172163
///

0 commit comments

Comments
 (0)