rt: Remove obsolete comment

This commit is contained in:
Patrick Walton 2011-09-26 10:22:57 -07:00
parent 39f4874cf6
commit 81f1863de7

View File

@ -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);