mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 1171583 - Remove mutable warning from |nsSimpleURI::SetUserPass|. r=bz
This commit is contained in:
parent
4668eb9cd1
commit
10246c32dc
@ -261,8 +261,6 @@ nsSimpleURI::GetUserPass(nsACString &result)
|
||||
NS_IMETHODIMP
|
||||
nsSimpleURI::SetUserPass(const nsACString &userPass)
|
||||
{
|
||||
NS_ENSURE_STATE(mMutable);
|
||||
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user