diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2011-08-19 19:17:05 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2011-08-19 19:17:05 -0700 |
| commit | d0171913aad1b50c0f5d58ca014965b805d16eef (patch) | |
| tree | 254264371e81334cfd08a855fb84588215bcacba /src/rt/rust_builtin.cpp | |
| parent | 8fa86672ab21a3ef437bbf3af17972091fb9e146 (diff) | |
| download | rust-d0171913aad1b50c0f5d58ca014965b805d16eef.tar.gz rust-d0171913aad1b50c0f5d58ca014965b805d16eef.zip | |
rt: Remove rustboot's GC infrastructure
Diffstat (limited to 'src/rt/rust_builtin.cpp')
| -rw-r--r-- | src/rt/rust_builtin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_builtin.cpp b/src/rt/rust_builtin.cpp index ac4491f1588..044239065e9 100644 --- a/src/rt/rust_builtin.cpp +++ b/src/rt/rust_builtin.cpp @@ -118,7 +118,7 @@ refcount(rust_task *task, type_desc *t, intptr_t *v) { extern "C" CDECL void do_gc(rust_task *task) { - task->gc(); + // TODO } extern "C" CDECL void |
