Commit 8e4bbffa authored by Chris Peterson's avatar Chris Peterson
Browse files

Bug 1272931 - Fix -Wshadow warnings in startupcache directory. r=froydnj

startupcache/StartupCacheUtils.cpp:239:27 [-Wshadow] declaration shadows a local variable

--HG--
extra : rebase_source : 08b7054319e31c8839ffc64e14ddf83430e722b9
parent 3e8997c3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -236,7 +236,6 @@ PathifyURI(nsIURI *in, nsACString &out)
            out.Append('/');
            out.Append(path);
        } else { // Very unlikely
            nsAutoCString spec;
            rv = uri->GetSpec(spec);
            NS_ENSURE_SUCCESS(rv, rv);