From 10246c32dc6e6d9c379e405b9d469866c2a0d8ec Mon Sep 17 00:00:00 2001 From: Eric Rahm Date: Thu, 11 Jun 2015 18:32:03 -0700 Subject: [PATCH] Bug 1171583 - Remove mutable warning from |nsSimpleURI::SetUserPass|. r=bz --- netwerk/base/nsSimpleURI.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/netwerk/base/nsSimpleURI.cpp b/netwerk/base/nsSimpleURI.cpp index 238608fb8739..8f21de6c120d 100644 --- a/netwerk/base/nsSimpleURI.cpp +++ b/netwerk/base/nsSimpleURI.cpp @@ -261,8 +261,6 @@ nsSimpleURI::GetUserPass(nsACString &result) NS_IMETHODIMP nsSimpleURI::SetUserPass(const nsACString &userPass) { - NS_ENSURE_STATE(mMutable); - return NS_ERROR_FAILURE; }