Skip to content

Commit 7f3752c

Browse files
committed
managed: rm RC_EXCHANGE_UNIQUE constant
this is no longer used, exchange allocations do not set ref_count
1 parent 408eef0 commit 7f3752c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/managed.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ use ptr::to_unsafe_ptr;
1717
pub mod raw {
1818
use std::unstable::intrinsics::TyDesc;
1919

20-
pub static RC_EXCHANGE_UNIQUE : uint = (-1) as uint;
2120
pub static RC_MANAGED_UNIQUE : uint = (-2) as uint;
2221
pub static RC_IMMORTAL : uint = 0x77777777;
2322

0 commit comments

Comments
 (0)