mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 06:22:20 +00:00
Bug 785551 - Remove an orphaned variable: r=Waldo
--HG-- extra : rebase_source : 39b2cd075977cd5ae13d4055fda2658a8cb2cede
This commit is contained in:
parent
50e39ac724
commit
8e217373e9
@ -369,7 +369,6 @@ JSInlineString::uninline(JSContext *maybecx)
|
|||||||
{
|
{
|
||||||
JS_ASSERT(isInline());
|
JS_ASSERT(isInline());
|
||||||
size_t n = length();
|
size_t n = length();
|
||||||
size_t nbytes = (n + 1) * sizeof(jschar);
|
|
||||||
jschar *news = maybecx ? maybecx->pod_malloc<jschar>(n + 1) : js_pod_malloc<jschar>(n + 1);
|
jschar *news = maybecx ? maybecx->pod_malloc<jschar>(n + 1) : js_pod_malloc<jschar>(n + 1);
|
||||||
if (!news)
|
if (!news)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user