No bug - Remove dead JS_SCRIPT_COOKIE. r=jorendorff (via IRC).

--HG--
extra : rebase_source : 35e8b3919f4566dda17bbaa5b8f8738bc71669d0
This commit is contained in:
Nicholas Nethercote 2012-05-23 16:19:39 -07:00
parent b1d433d949
commit 94db628469

View File

@ -319,8 +319,6 @@ typedef HashMap<JSScript *,
} /* namespace js */
static const uint32_t JS_SCRIPT_COOKIE = 0xc00cee;
struct JSScript : public js::gc::Cell
{
private: