[svn:parrot] r48188 - branches/gsoc_nfg/src/string/charset

darbelo at svn.parrot.org darbelo at svn.parrot.org
Tue Jul 27 19:01:58 UTC 2010


Author: darbelo
Date: Tue Jul 27 19:01:57 2010
New Revision: 48188
URL: https://trac.parrot.org/parrot/changeset/48188

Log:
Remove unused ASSERT_ARGS macro.

Modified:
   branches/gsoc_nfg/src/string/charset/ascii.h

Modified: branches/gsoc_nfg/src/string/charset/ascii.h
==============================================================================
--- branches/gsoc_nfg/src/string/charset/ascii.h	Tue Jul 27 19:01:39 2010	(r48187)
+++ branches/gsoc_nfg/src/string/charset/ascii.h	Tue Jul 27 19:01:57 2010	(r48188)
@@ -28,12 +28,6 @@
         __attribute__nonnull__(2)
         __attribute__nonnull__(3);
 
-PARROT_PURE_FUNCTION
-size_t ascii_compute_hash(SHIM_INTERP,
-    ARGIN(const STRING *src),
-    size_t seed)
-        __attribute__nonnull__(2);
-
 PARROT_WARN_UNUSED_RESULT
 INTVAL ascii_cs_index(PARROT_INTERP,
     ARGIN(const STRING *src),
@@ -80,8 +74,6 @@
        PARROT_ASSERT_ARG(interp) \
     , PARROT_ASSERT_ARG(lhs) \
     , PARROT_ASSERT_ARG(rhs))
-#define ASSERT_ARGS_ascii_compute_hash __attribute__unused__ int _ASSERT_ARGS_CHECK = (\
-       PARROT_ASSERT_ARG(src))
 #define ASSERT_ARGS_ascii_cs_index __attribute__unused__ int _ASSERT_ARGS_CHECK = (\
        PARROT_ASSERT_ARG(interp) \
     , PARROT_ASSERT_ARG(src) \


More information about the parrot-commits mailing list