Remove commented-out code

This commit is contained in:
Tim Chevalier 2012-12-10 21:08:22 -08:00
parent 0046ed9462
commit e7dd3af970

View File

@ -275,13 +275,6 @@ fn trans_fn_ref_with_vtables(
}
};
//NDM I think this is dead. Commenting out to be sure!
//NDM
//NDM if tys.len() > 0u {
//NDM val = PointerCast(bcx, val, T_ptr(type_of_fn_from_ty(
//NDM ccx, node_id_type(bcx, id))));
//NDM }
return FnData {llfn: val};
}