diff -r d97a29b7fa8b -r 4910eaa1206a stage3/narrow_candidate_datatypes.cc --- a/stage3/narrow_candidate_datatypes.cc Thu Mar 08 18:57:55 2012 +0000 +++ b/stage3/narrow_candidate_datatypes.cc Thu Mar 08 19:14:45 2012 +0000 @@ -346,7 +346,6 @@ * The above will be done by the visit(il_fb_call_c *) method, so we must make sure to * correctly set up the il_fb_call.datatype variable! */ -// copy_candidate_datatype_list(il_instruction/*from*/, &il_fb_call/*to*/); il_fb_call.called_fb_declaration = called_fb_declaration; il_fb_call.accept(*this);