aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.c
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-01 02:09:30 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-01 02:09:30 +0000
commit2bd62c2505b02b4746d98ab39f82467d279f7a14 (patch)
treeaea5645da0f651d7944d507c40fc947671db588d /epan/strutil.c
parent923c3a08fe9cc5ffc92c2a907f9fc485cb6c64a4 (diff)
Remove comment asking if this function should be in strutil.c since it is
already there. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30225 f5534014-38df-0310-8fa8-9805f1628bb7
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) {