Remove stale comment
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 14 Jul 2011 20:19:46 +0000 (16:19 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 14 Jul 2011 20:55:35 +0000 (16:55 -0400)
Unicode guarantees that.

glib/gunidecomp.c

index 7caeb5d..22ca972 100644 (file)
@@ -252,9 +252,6 @@ g_unicode_canonical_decomposition (gunichar ch,
       *result_len = 1;
     }
 
-  /* Supposedly following the Unicode 2.1.9 table means that the
-     decompositions come out in canonical order.  I haven't tested
-     this, but we rely on it here.  */
   return r;
 }