mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-19272 Remove parseBSON declaration from MongosType
This commit is contained in:
parent
30a019ceb3
commit
7463930dea
@ -71,12 +71,6 @@ public:
|
||||
*/
|
||||
Status validate() const;
|
||||
|
||||
/**
|
||||
* Clears and populates the internal state using the 'source' BSON object if the
|
||||
* latter contains valid values. Otherwise sets errMsg and returns false.
|
||||
*/
|
||||
bool parseBSON(const BSONObj& source, std::string* errMsg);
|
||||
|
||||
/**
|
||||
* Returns a std::string representation of the current internal state.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user