diff --git a/include/ntcore_cpp.h b/include/ntcore_cpp.h index ba3398c703..080029f6c1 100644 --- a/include/ntcore_cpp.h +++ b/include/ntcore_cpp.h @@ -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 GetEntryValue(StringRef name);