diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-09-02 12:21:01 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-09-02 15:13:41 -0700 |
| commit | 72c14d5a4108e91dcdce17c8ccc6f7953fde8a70 (patch) | |
| tree | 099f4e7f99b10f0033784b0b0265a1dc9a298d7f /src/lib | |
| parent | 99ee0fca6722bc8b78032605c2f6243340f6b04e (diff) | |
| download | rust-72c14d5a4108e91dcdce17c8ccc6f7953fde8a70.tar.gz rust-72c14d5a4108e91dcdce17c8ccc6f7953fde8a70.zip | |
Eliminate const_refcount. Issue #855
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/dbg.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/dbg.rs b/src/lib/dbg.rs index 77587bd058c..6858b30419a 100644 --- a/src/lib/dbg.rs +++ b/src/lib/dbg.rs @@ -8,9 +8,6 @@ * logging. */ -// FIXME: handle 64-bit case. -const const_refcount: uint = 0x7bad_face_u; - native "rust" mod rustrt { fn debug_tydesc<T>(); fn debug_opaque<T>(x: &T); |
