| Index: runtime/vm/code_descriptors_test.cc
|
| ===================================================================
|
| --- runtime/vm/code_descriptors_test.cc (revision 18203)
|
| +++ runtime/vm/code_descriptors_test.cc (working copy)
|
| @@ -46,7 +46,6 @@
|
| parsed_function->SetNodeSequence(test->node_sequence());
|
| parsed_function->set_instantiator(NULL);
|
| parsed_function->set_default_parameter_values(Array::ZoneHandle());
|
| - parsed_function->AllocateVariables();
|
| bool retval;
|
| Isolate* isolate = Isolate::Current();
|
| EXPECT(isolate != NULL);
|
|
|