Eliminate const_refcount. Issue #855

This commit is contained in:
Brian Anderson 2011-09-02 12:21:01 -07:00
parent 99ee0fca67
commit 72c14d5a41
6 changed files with 7 additions and 42 deletions

View file

@ -4,10 +4,6 @@
// FIXME: Most of these should be uints.
const rc_base_field_refcnt: int = 0;
// FIXME: import from std::dbg when imported consts work.
const const_refcount: uint = 0x7bad_face_u;
const task_field_refcnt: int = 0;
const task_field_stk: int = 2;