mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 822289 trivial followup: remove completely-unused 'nsresult rv' in InMemoryDataSource::GetAllResources.
This commit is contained in:
parent
27a9e73876
commit
5843560d9e
@ -1758,8 +1758,6 @@ InMemoryDataSource::ResourceEnumerator(PLDHashTable* aTable,
|
||||
NS_IMETHODIMP
|
||||
InMemoryDataSource::GetAllResources(nsISimpleEnumerator** aResult)
|
||||
{
|
||||
nsresult rv;
|
||||
|
||||
nsCOMArray<nsIRDFNode> nodes;
|
||||
if (!nodes.SetCapacity(mForwardArcs.entryCount)) {
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
|
Loading…
Reference in New Issue
Block a user