Remove debug print.
This commit is contained in:
parent
0de1bbefd5
commit
2994732a81
1 changed files with 0 additions and 1 deletions
|
@ -677,7 +677,6 @@ impl<'a, 'tcx: 'a, 'arena> Interpreter<'a, 'tcx, 'arena> {
|
|||
|
||||
Deref => {
|
||||
let pointee_ty = pointee_type(base_ty).expect("Deref of non-pointer");
|
||||
println!("{:?}", pointee_ty);
|
||||
let ptr = try!(self.memory.read_ptr(base_ptr));
|
||||
let extra = match pointee_ty.sty {
|
||||
ty::TySlice(_) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue