diff --git a/layout/style/StreamLoader.cpp b/layout/style/StreamLoader.cpp index 96317dd0cd3d..7d015ff3a624 100644 --- a/layout/style/StreamLoader.cpp +++ b/layout/style/StreamLoader.cpp @@ -69,7 +69,6 @@ StreamLoader::OnStopRequest(nsIRequest* aRequest, nsresult aStatus) { if (rv != NS_OK_PARSE_SHEET) { return rv; } - rv = NS_OK; // BOM detection generally happens during the write callback, but that won't // have happened if fewer than three bytes were received.