managed: rm RC_EXCHANGE_UNIQUE constant
this is no longer used, exchange allocations do not set ref_count
This commit is contained in:
parent
408eef0d89
commit
7f3752c7f9
1 changed files with 0 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ use ptr::to_unsafe_ptr;
|
|||
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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue