This commit is contained in:
Igor Veresov 2013-10-08 07:08:27 -07:00
commit f2e6d682a1
22 changed files with 149 additions and 110 deletions

View file

@ -898,7 +898,6 @@ static Method* new_method(
m->set_max_locals(params);
m->constMethod()->set_stackmap_data(NULL);
m->set_code(code_start);
m->set_force_inline(true);
return m;
}