mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +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());
|
||||
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);
|
||||
if (!news)
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user