Code

core/data.h: Removed obsolete comment.
authorSebastian Harl <sh@tokkee.org>
Thu, 30 Jan 2014 08:12:57 +0000 (09:12 +0100)
committerSebastian Harl <sh@tokkee.org>
Thu, 30 Jan 2014 08:12:57 +0000 (09:12 +0100)
src/include/core/data.h

index a5438a2c8e76d4821b29e1b6ae40aa638aea0bb8..53b68193dae4765eb432565992c5d8d8cd208fe6 100644 (file)
@@ -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;