From: Sebastian Harl Date: Thu, 30 Jan 2014 08:12:57 +0000 (+0100) Subject: core/data.h: Removed obsolete comment. X-Git-Tag: sysdb-0.1.0~228 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=3cf471eb9fca92232ef595525d21344313135eb8 core/data.h: Removed obsolete comment. --- 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;