MRI: don't manually peform GC

This commit is contained in:
cremno 2014-04-09 23:45:24 +02:00
parent cb8af6dd33
commit fcc84373bc
1 changed files with 0 additions and 2 deletions

View File

@ -281,8 +281,6 @@ static void runRMXPScripts()
ruby_script(RSTRING_PTR(rb_ary_entry(script, 1)));
rb_gc_start();
/* Execute code */
rb_eval_string_protect(decData.c_str(), 0);