remove outdated comment

This commit is contained in:
Ralf Jung 2019-01-25 08:59:12 +01:00
parent 91c96b4cd4
commit 76985f1e2d

View file

@ -73,10 +73,6 @@ pub trait EvalContextExt<'a, 'mir, 'tcx: 'a+'mir>: crate::MiriEvalContextExt<'a,
let tcx = &{this.tcx.tcx};
// All these functions take raw pointers, so if we access memory directly
// (as opposed to through a place), we have to remember to erase any tag
// that might still hang around!
match &link_name[..] {
"malloc" => {
let size = this.read_scalar(args[0])?.to_usize(this)?;