From 382f1bceb4e2a0496171f52d114a98ff8a86f9b7 Mon Sep 17 00:00:00 2001 From: Eduard Burtescu Date: Wed, 1 Oct 2014 00:08:07 +0300 Subject: core: remove raw::GcBox. --- src/libcore/raw.rs | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/libcore') diff --git a/src/libcore/raw.rs b/src/libcore/raw.rs index 86b96ff15f1..a62e2ecdca0 100644 --- a/src/libcore/raw.rs +++ b/src/libcore/raw.rs @@ -20,15 +20,6 @@ use mem; -/// The representation of `std::gc::Gc`. -pub struct GcBox { - pub ref_count: uint, - pub drop_glue: fn(ptr: *mut u8), - pub prev: *mut GcBox, - pub next: *mut GcBox, - pub data: T, -} - /// The representation of a Rust slice pub struct Slice { pub data: *const T, -- cgit 1.4.1-3-g733a5