]> git.lizzy.rs Git - rust.git/commitdiff
managed: rm RC_EXCHANGE_UNIQUE constant
authorDaniel Micay <danielmicay@gmail.com>
Sun, 30 Jun 2013 04:30:19 +0000 (00:30 -0400)
committerDaniel Micay <danielmicay@gmail.com>
Sun, 30 Jun 2013 20:22:58 +0000 (16:22 -0400)
this is no longer used, exchange allocations do not set ref_count

src/libstd/managed.rs

index b71b3b503c2acca5514562275b63692b308d5db0..2c9fcb2999f06b694b8569ba6610555aa16f4757 100644 (file)
@@ -17,7 +17,6 @@
 pub mod raw {
     use std::unstable::intrinsics::TyDesc;
 
-    pub static RC_EXCHANGE_UNIQUE : uint = (-1) as uint;
     pub static RC_MANAGED_UNIQUE : uint = (-2) as uint;
     pub static RC_IMMORTAL : uint = 0x77777777;