зеркало из https://github.com/mozilla/pjs.git
Bug 584585 - Unused nsCOMPtr<nsIInputStream> input in nsInputStreamWrapper::LazyInit(), r=biesi a=bsmedberg
This commit is contained in:
Родитель
1f37309dca
Коммит
9bb45730c1
|
@ -513,7 +513,6 @@ nsInputStreamWrapper::LazyInit()
|
|||
nsCacheEntry* cacheEntry = mDescriptor->CacheEntry();
|
||||
if (!cacheEntry) return NS_ERROR_NOT_AVAILABLE;
|
||||
|
||||
nsCOMPtr<nsIInputStream> input;
|
||||
rv = nsCacheService::OpenInputStreamForEntry(cacheEntry, mode,
|
||||
mStartOffset,
|
||||
getter_AddRefs(mInput));
|
||||
|
|
Загрузка…
Ссылка в новой задаче