We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0046ed9 commit e7dd3afCopy full SHA for e7dd3af
src/librustc/middle/trans/callee.rs
@@ -275,13 +275,6 @@ fn trans_fn_ref_with_vtables(
275
}
276
};
277
278
- //NDM I think this is dead. Commenting out to be sure!
279
- //NDM
280
- //NDM if tys.len() > 0u {
281
- //NDM val = PointerCast(bcx, val, T_ptr(type_of_fn_from_ty(
282
- //NDM ccx, node_id_type(bcx, id))));
283
- //NDM }
284
-
285
return FnData {llfn: val};
286
287
0 commit comments