ntcore_cpp.h: Comment cleanup.

This commit is contained in:
Peter Johnson
2015-07-22 21:41:25 -07:00
parent 4aa2d65bba
commit 4c14f7823a

View File

@@ -78,10 +78,6 @@ struct RpcDefinition {
*
* @param name entry name (UTF-8 string)
* @return entry value
*
* It is the caller's responsibility to free value once it's no longer
* needed (the utility function NT_DisposeValue() is useful for this
* purpose).
*/
std::shared_ptr<Value> GetEntryValue(StringRef name);