mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-25 13:24:22 +00:00
rt: Remove obsolete comment
This commit is contained in:
parent
39f4874cf6
commit
81f1863de7
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user