Revision
329
Author
kvv@apple.com
Date
2006-11-15 01:02:27 -0800 (Wed, 15 Nov 2006)

Log Message

removed comment

Modified Paths

Diff

Modified: trunk/darwinxref/cfutils.c (328 => 329)


--- trunk/darwinxref/cfutils.c	2006-10-04 09:33:42 UTC (rev 328)
+++ trunk/darwinxref/cfutils.c	2006-11-15 09:02:27 UTC (rev 329)
@@ -153,7 +153,6 @@
 
         if (type == CFStringGetTypeID()) {
                 char* utf8 = strdup_cfstr(p);
-                // XXX: needs work
                 int quote = 0;
                 for (i = 0 ;; ++i) {
                         int c = utf8[i];