summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-string.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-string.c')
-rw-r--r--dbus/dbus-string.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/dbus/dbus-string.c b/dbus/dbus-string.c
index b55cc892..b39b3a0d 100644
--- a/dbus/dbus-string.c
+++ b/dbus/dbus-string.c
@@ -472,10 +472,6 @@ _dbus_string_get_data_len (DBusString *str,
/**
* const version of _dbus_string_get_data_len().
*
- * @todo should return the const char* instead of using an out param;
- * the temporary variable encourages a bug where you use const data
- * after modifying the string and possibly causing a realloc.
- *
* @param str the string
* @param start byte offset to return
* @param len length of segment to return