From a4f738ce48a21a8a1f498d0d968c10dc14721ef4 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 16 Aug 2014 08:38:32 +0200 Subject: [PATCH] store.h: Removed very outdated comments in the documentation. --- src/include/core/store.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/include/core/store.h b/src/include/core/store.h index 8eaeecd..169d112 100644 --- a/src/include/core/store.h +++ b/src/include/core/store.h @@ -144,8 +144,7 @@ sdb_store_attribute(const char *hostname, * specified 'service' object. If the referenced host does not exist, an error * will be reported. Else, a new entry will be created in the store. Any * memory required for storing the entry will be allocated an managed by the - * store itself. The specified service-object will not be referenced or - * further accessed. + * store itself. * * Returns: * - 0 on success @@ -182,8 +181,7 @@ sdb_store_service_attr(const char *hostname, const char *service, * specified 'metric' object. If the referenced host does not exist, an error * will be reported. Else, a new entry will be created in the store. Any * memory required for storing the entry will be allocated an managed by the - * store itself. The specified metric-object will not be referenced or - * further accessed. + * store itself. * * Returns: * - 0 on success -- 2.30.2