Skip to content

Commit 81f1863

Browse files
committed
rt: Remove obsolete comment
1 parent 39f4874 commit 81f1863

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rt/rust_upcall.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ upcall_malloc(rust_task *task, size_t nbytes, type_desc *td) {
6767
// TODO: Maybe use dladdr here to find a more useful name for the
6868
// type_desc.
6969

70-
// TODO: Implement RUST_TRACK_ORIGINS
71-
7270
void *p = task->malloc(nbytes, "tdesc", td);
7371
memset(p, '\0', nbytes);
7472

0 commit comments

Comments
 (0)