[svn:parrot] r48208 - branches/gsoc_nfg/src/string

darbelo at svn.parrot.org darbelo at svn.parrot.org
Wed Jul 28 22:45:11 UTC 2010


Author: darbelo
Date: Wed Jul 28 22:45:11 2010
New Revision: 48208
URL: https://trac.parrot.org/parrot/changeset/48208

Log:
Remove a reference to charset hashing functions that got imported from trunk.

Modified:
   branches/gsoc_nfg/src/string/api.c

Modified: branches/gsoc_nfg/src/string/api.c
==============================================================================
--- branches/gsoc_nfg/src/string/api.c	Wed Jul 28 22:30:20 2010	(r48207)
+++ branches/gsoc_nfg/src/string/api.c	Wed Jul 28 22:45:11 2010	(r48208)
@@ -2384,8 +2384,6 @@
 
     if (s->encoding->hash)
         hashval = ENCODING_HASH(interp, s, hashval);
-    else if (s->charset->compute_hash)
-        hashval = CHARSET_COMPUTE_HASH(interp, s, hashval);
     else {
         exit_fatal(1, "String subsystem not properly initialized");
     }


More information about the parrot-commits mailing list