[svn:parrot] r49265 - branches/gc_massacre/src/gc

bacek at svn.parrot.org bacek at svn.parrot.org
Thu Sep 23 07:42:31 UTC 2010


Author: bacek
Date: Thu Sep 23 07:42:30 2010
New Revision: 49265
URL: https://trac.parrot.org/parrot/changeset/49265

Log:
Remove more leftovers of TMS GC

Modified:
   branches/gc_massacre/src/gc/api.c
   branches/gc_massacre/src/gc/gc_private.h

Modified: branches/gc_massacre/src/gc/api.c
==============================================================================
--- branches/gc_massacre/src/gc/api.c	Thu Sep 23 07:42:15 2010	(r49264)
+++ branches/gc_massacre/src/gc/api.c	Thu Sep 23 07:42:30 2010	(r49265)
@@ -205,9 +205,6 @@
       case INF:
         Parrot_gc_inf_init(interp);
         break;
-      case TMS:
-        Parrot_gc_tms_init(interp);
-        break;
       case MS2:
         Parrot_gc_ms2_init(interp);
         break;

Modified: branches/gc_massacre/src/gc/gc_private.h
==============================================================================
--- branches/gc_massacre/src/gc/gc_private.h	Thu Sep 23 07:42:15 2010	(r49264)
+++ branches/gc_massacre/src/gc/gc_private.h	Thu Sep 23 07:42:30 2010	(r49265)
@@ -649,18 +649,6 @@
 /* Don't modify between HEADERIZER BEGIN / HEADERIZER END.  Your changes will be lost. */
 /* HEADERIZER END: src/gc/gc_inf.c */
 
-/* HEADERIZER BEGIN: src/gc/gc_tms.c */
-/* Don't modify between HEADERIZER BEGIN / HEADERIZER END.  Your changes will be lost. */
-
-void Parrot_gc_tms_init(PARROT_INTERP)
-        __attribute__nonnull__(1);
-
-#define ASSERT_ARGS_Parrot_gc_tms_init __attribute__unused__ int _ASSERT_ARGS_CHECK = (\
-       PARROT_ASSERT_ARG(interp))
-/* Don't modify between HEADERIZER BEGIN / HEADERIZER END.  Your changes will be lost. */
-/* HEADERIZER END: src/gc/gc_tms.c */
-
-
 /* HEADERIZER BEGIN: src/gc/gc_ms2.c */
 /* Don't modify between HEADERIZER BEGIN / HEADERIZER END.  Your changes will be lost. */
 


More information about the parrot-commits mailing list