diff options
| author | Ralf Jung <post@ralfj.de> | 2017-07-28 19:44:03 -0700 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2017-07-28 19:47:02 -0700 |
| commit | 4458001644d084f9741ccc0227ed1afb96ca0dbf (patch) | |
| tree | 1712af9533fc408bbd7b6fa66c1046c3b177d000 | |
| parent | eb6c743e424ec9ebe80ad7026175d506e6b6da65 (diff) | |
| download | rust-4458001644d084f9741ccc0227ed1afb96ca0dbf.tar.gz rust-4458001644d084f9741ccc0227ed1afb96ca0dbf.zip | |
remove some commented-out tracing
| -rw-r--r-- | src/librustc_mir/interpret/lvalue.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustc_mir/interpret/lvalue.rs b/src/librustc_mir/interpret/lvalue.rs index f1d1ba70b4f..a3927e2637a 100644 --- a/src/librustc_mir/interpret/lvalue.rs +++ b/src/librustc_mir/interpret/lvalue.rs @@ -295,8 +295,6 @@ impl<'a, 'tcx> EvalContext<'a, 'tcx> { _ => bug!("field access on non-product type: {:?}", base_layout), }; - //trace!("Field {} of {:?} is at offset {}{}", field_index, base_ty, offset.bytes(), - // if packed { " (packed)" } else { "" }); // Do not allocate in trivial cases let (base_ptr, base_extra, aligned) = match base { |
