Remove comment asking if this function should be in strutil.c since it is

already there.


svn path=/trunk/; revision=30225
This commit is contained in:
Stephen Fisher 2009-10-01 02:09:30 +00:00
parent 64d1ab68bc
commit f9fb2a7d7a
1 changed files with 0 additions and 1 deletions

View File

@ -662,7 +662,6 @@ format_uri(const GByteArray *bytes, const gchar *reserved_chars)
* @param ba The byte array to be copied.
* @return If ba exists, a freshly allocated copy. NULL otherwise.
*
* XXX - Should this be in strutil.c?
*/
GByteArray *
byte_array_dup(GByteArray *ba) {