From 81f1863de7e7edb741f7abca52b712f22236ce15 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Mon, 26 Sep 2011 10:22:57 -0700 Subject: [PATCH] rt: Remove obsolete comment --- src/rt/rust_upcall.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rt/rust_upcall.cpp b/src/rt/rust_upcall.cpp index 7a96a5ef7cb..5e9ff8be809 100644 --- a/src/rt/rust_upcall.cpp +++ b/src/rt/rust_upcall.cpp @@ -67,8 +67,6 @@ upcall_malloc(rust_task *task, size_t nbytes, type_desc *td) { // TODO: Maybe use dladdr here to find a more useful name for the // type_desc. - // TODO: Implement RUST_TRACK_ORIGINS - void *p = task->malloc(nbytes, "tdesc", td); memset(p, '\0', nbytes);