rt: Remove obsolete comment
This commit is contained in:
parent
39f4874cf6
commit
81f1863de7
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue