Remove commented out code
This commit is contained in:
parent
472059d854
commit
82f1e341a3
1 changed files with 0 additions and 2 deletions
|
@ -567,8 +567,6 @@ impl<'mir, 'tcx: 'mir, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> {
|
|||
}
|
||||
};
|
||||
|
||||
// break self.deref_operand(&receiver)?.into();
|
||||
|
||||
// Obtain the underlying trait we are working on, and the adjusted receiver argument.
|
||||
let recv_ty = receiver.layout.ty;
|
||||
let receiver_place = match recv_ty.kind() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue