Remove experimental GC code

It's been sitting unused long enough to have bitrotted completely.
This commit is contained in:
Marijn Haverbeke
2012-02-03 09:34:42 +01:00
parent 1ea184285e
commit c1b075d042
24 changed files with 24 additions and 390 deletions

View File

@@ -91,11 +91,6 @@ refcount(intptr_t *v) {
return (*v) - 1;
}
extern "C" CDECL void
do_gc() {
// TODO
}
extern "C" CDECL void
unsupervise() {
rust_task *task = rust_scheduler::get_task();