Bug 1499813 - Part 1: Remove an unused variable. r=tcampbell

Differential Revision: https://phabricator.services.mozilla.com/D9834

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jason Orendorff 2018-10-30 21:57:46 +00:00
parent 83457e2010
commit 6ff7b405ea

View File

@ -945,7 +945,6 @@ ReadableStream::constructor(JSContext* cx, unsigned argc, Value* vp)
{
CallArgs args = CallArgsFromVp(argc, vp);
RootedValue val(cx, args.get(0));
RootedValue underlyingSource(cx, args.get(0));
RootedValue options(cx, args.get(1));