From 3cf471eb9fca92232ef595525d21344313135eb8 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 30 Jan 2014 09:12:57 +0100 Subject: [PATCH] core/data.h: Removed obsolete comment. --- src/include/core/data.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/include/core/data.h b/src/include/core/data.h index a5438a2..53b6819 100644 --- a/src/include/core/data.h +++ b/src/include/core/data.h @@ -48,10 +48,6 @@ enum { /* * sdb_data_t: * A datum retrieved from an arbitrary data source. - * - * The string and binary objects are managed by whoever creates the data - * object, thus, they must not be freed or modified. If you want to keep them, - * make sure to make a copy. */ typedef struct { int type; -- 2.30.2