Skip to content

Commit e7dd3af

Browse files
committed
Remove commented-out code
1 parent 0046ed9 commit e7dd3af

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: src/librustc/middle/trans/callee.rs

-7
Original file line numberDiff line numberDiff line change
@@ -275,13 +275,6 @@ fn trans_fn_ref_with_vtables(
275275
}
276276
};
277277

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-
285278
return FnData {llfn: val};
286279
}
287280

0 commit comments

Comments
 (0)