Skip to content

Commit ed0f35c

Browse files
committed
---
yaml --- r: 5539 b: refs/heads/master c: 81f1863 h: refs/heads/master i: 5537: fe3cb48 5535: a17810f v: v3
1 parent 656e551 commit ed0f35c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 39f4874cf66c3b5c6ade557440d5f0feb3e278b0
2+
refs/heads/master: 81f1863de7e7edb741f7abca52b712f22236ce15

trunk/src/rt/rust_upcall.cpp

Lines changed: 0 additions & 2 deletions
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)