aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2009-10-01 02:09:30 +0000
committerStephen Fisher <steve@stephen-fisher.com>2009-10-01 02:09:30 +0000
commitf9fb2a7d7adeb5b5a18d37a77a3d59c6f20a108c (patch)
treeaea5645da0f651d7944d507c40fc947671db588d /epan/strutil.c
parent64d1ab68bc2464963e1dc29f8d59db68ccbb7a28 (diff)
Remove comment asking if this function should be in strutil.c since it is
already there. svn path=/trunk/; revision=30225
Diffstat (limited to 'epan/strutil.c')
-rw-r--r--epan/strutil.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/strutil.c b/epan/strutil.c
index 1bf2272f7d..d3e2d19522 100644
--- a/epan/strutil.c
+++ b/epan/strutil.c
@@ -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) {