Skip to content

Commit d872310

Browse files
orivejhjmjohnson
authored andcommitted
Update removeMember docs after #693
1 parent 08ddeed commit d872310

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: include/json/value.h

-3
Original file line numberDiff line numberDiff line change
@@ -538,14 +538,11 @@ Json::Value obj_value(Json::objectValue); // {}
538538
/// \brief Remove and return the named member.
539539
///
540540
/// Do nothing if it did not exist.
541-
/// \return the removed Value, or null.
542541
/// \pre type() is objectValue or nullValue
543542
/// \post type() is unchanged
544-
/// \deprecated
545543
void removeMember(const char* key);
546544
/// Same as removeMember(const char*)
547545
/// \param key may contain embedded nulls.
548-
/// \deprecated
549546
void removeMember(const JSONCPP_STRING& key);
550547
/// Same as removeMember(const char* begin, const char* end, Value* removed),
551548
/// but 'key' is null-terminated.

0 commit comments

Comments
 (0)