removed comment
--- 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];