[svn:parrot] r49263 - branches/gc_massacre/src

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


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

Log:
Remove one more bit of TMS GC.

Modified:
   branches/gc_massacre/src/main.c

Modified: branches/gc_massacre/src/main.c
==============================================================================
--- branches/gc_massacre/src/main.c	Thu Sep 23 07:41:46 2010	(r49262)
+++ branches/gc_massacre/src/main.c	Thu Sep 23 07:42:00 2010	(r49263)
@@ -390,8 +390,6 @@
                 interp->gc_sys->sys_type = MS;
             else if (STREQ(arg, "inf"))
                 interp->gc_sys->sys_type = INF;
-            else if (STREQ(arg, "tms"))
-                interp->gc_sys->sys_type = TMS;
             else if (STREQ(arg, "ms2"))
                 interp->gc_sys->sys_type = MS2;
             else {


More information about the parrot-commits mailing list