remove some debug output
This commit is contained in:
parent
18c8c852e4
commit
8c666b30ed
1 changed files with 0 additions and 2 deletions
|
@ -838,8 +838,6 @@ impl<'a, 'tcx> EvalContext<'a, 'tcx> {
|
||||||
|
|
||||||
let offset = variant.field_offset(field.index()).bytes();
|
let offset = variant.field_offset(field.index()).bytes();
|
||||||
let ptr = base.ptr.offset(offset as isize);
|
let ptr = base.ptr.offset(offset as isize);
|
||||||
trace!("{:?}", base);
|
|
||||||
trace!("{:?}", field_ty);
|
|
||||||
if self.type_is_sized(field_ty) {
|
if self.type_is_sized(field_ty) {
|
||||||
ptr
|
ptr
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue