0
0
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:
Daniel Alabi 2015-07-14 10:22:05 -04:00
parent 30a019ceb3
commit 7463930dea

View File

@ -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.
*/