[svn:parrot] r43943 - trunk/include/parrot

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sat Feb 13 21:27:52 UTC 2010


Author: mikehh
Date: Sat Feb 13 21:27:51 2010
New Revision: 43943
URL: https://trac.parrot.org/parrot/changeset/43943

Log:
remove lines that headerizer keeps even though function has been removed

Modified:
   trunk/include/parrot/context.h

Modified: trunk/include/parrot/context.h
==============================================================================
--- trunk/include/parrot/context.h	Sat Feb 13 21:00:20 2010	(r43942)
+++ trunk/include/parrot/context.h	Sat Feb 13 21:27:51 2010	(r43943)
@@ -1,5 +1,5 @@
 /* context.h
- *  Copyright (C) 2009, Parrot Foundation.
+ *  Copyright (C) 2009-2010, Parrot Foundation.
  *  SVN Info
  *     $Id$
  *  Overview:
@@ -329,13 +329,6 @@
         __attribute__nonnull__(2);
 
 PARROT_EXPORT
-void Parrot_pcc_set_results_func(PARROT_INTERP,
-    ARGIN(PMC *ctx),
-    ARGIN_NULLOK(opcode_t *pc))
-        __attribute__nonnull__(1)
-        __attribute__nonnull__(2);
-
-PARROT_EXPORT
 void Parrot_pcc_set_results_signature_func(PARROT_INTERP,
     ARGIN(PMC *ctx),
     ARGIN_NULLOK(PMC *sig))
@@ -514,9 +507,6 @@
      __attribute__unused__ int _ASSERT_ARGS_CHECK = (\
        PARROT_ASSERT_ARG(interp) \
     , PARROT_ASSERT_ARG(ctx))
-#define ASSERT_ARGS_Parrot_pcc_set_results_func __attribute__unused__ int _ASSERT_ARGS_CHECK = (\
-       PARROT_ASSERT_ARG(interp) \
-    , PARROT_ASSERT_ARG(ctx))
 #define ASSERT_ARGS_Parrot_pcc_set_results_signature_func \
      __attribute__unused__ int _ASSERT_ARGS_CHECK = (\
        PARROT_ASSERT_ARG(interp) \


More information about the parrot-commits mailing list