Backed out changeset af9f873b8bc6 (bug 1107416) for non-unified bustage.

This commit is contained in:
Ryan VanderMeulen 2014-12-06 02:06:56 -05:00
parent e1d15ba269
commit d049287cec

View File

@ -43,12 +43,6 @@ static const uint32_t XDR_BYTECODE_VERSION =
#endif
));
static_assert(JSErr_Limit == 368,
"GREETINGS, POTENTIAL SUBTRAHEND INCREMENTER! If you added or "
"removed MSG_DEFs from js.msg, you should increment "
"XDR_BYTECODE_VERSION_SUBTRAHEND and update this assertion's "
"expected JSErr_Limit value.");
class XDRBuffer {
public:
explicit XDRBuffer(JSContext *cx)