Bug 1171583 - Remove mutable warning from |nsSimpleURI::SetUserPass|. r=bz

This commit is contained in:
Eric Rahm 2015-06-11 18:32:03 -07:00
parent 4668eb9cd1
commit 10246c32dc

View File

@ -261,8 +261,6 @@ nsSimpleURI::GetUserPass(nsACString &result)
NS_IMETHODIMP
nsSimpleURI::SetUserPass(const nsACString &userPass)
{
NS_ENSURE_STATE(mMutable);
return NS_ERROR_FAILURE;
}