Bug 1383053 - Remove unused constant to silence a warning. r=jandem

--HG--
extra : rebase_source : 50a01ed8d1302a0aba91064181ea59f314947062
This commit is contained in:
Jason Orendorff 2017-07-21 08:39:35 -05:00
parent f0916b9a55
commit 498e8fa2b6

View File

@ -132,8 +132,6 @@ enum JSShellExitCode {
EXITCODE_TIMEOUT = 6
};
static const size_t gStackChunkSize = 8192;
/*
* Note: This limit should match the stack limit set by the browser in
* js/xpconnect/src/XPCJSContext.cpp