From 4c14f7823ab25af3c8d30afbb846def2ff21d890 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Wed, 22 Jul 2015 21:41:25 -0700 Subject: [PATCH] ntcore_cpp.h: Comment cleanup. --- include/ntcore_cpp.h | 4 ---- 1 file changed, 4 deletions(-) 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);