[svn:parrot] r41038 - branches/kill_parrot_cont/include/parrot

bacek at svn.parrot.org bacek at svn.parrot.org
Sun Sep 6 04:54:18 UTC 2009


Author: bacek
Date: Sun Sep  6 04:54:17 2009
New Revision: 41038
URL: https://trac.parrot.org/parrot/changeset/41038

Log:
Rerun headerizer

Modified:
   branches/kill_parrot_cont/include/parrot/sub.h

Modified: branches/kill_parrot_cont/include/parrot/sub.h
==============================================================================
--- branches/kill_parrot_cont/include/parrot/sub.h	Sun Sep  6 04:53:59 2009	(r41037)
+++ branches/kill_parrot_cont/include/parrot/sub.h	Sun Sep  6 04:54:17 2009	(r41038)
@@ -241,15 +241,6 @@
 
 PARROT_CAN_RETURN_NULL
 PARROT_WARN_UNUSED_RESULT
-PMC* Parrot_find_dynamic_pad(PARROT_INTERP,
-    ARGIN(STRING *lex_name),
-    ARGIN(PMC *ctx))
-        __attribute__nonnull__(1)
-        __attribute__nonnull__(2)
-        __attribute__nonnull__(3);
-
-PARROT_CAN_RETURN_NULL
-PARROT_WARN_UNUSED_RESULT
 PMC* Parrot_find_pad(PARROT_INTERP,
     ARGIN(STRING *lex_name),
     ARGIN(PMC *ctx))


More information about the parrot-commits mailing list