Bug 584585 - Unused nsCOMPtr<nsIInputStream> input in nsInputStreamWrapper::LazyInit(), r=biesi a=bsmedberg

This commit is contained in:
Michael Wu 2010-08-12 12:10:40 -07:00
Родитель 1f37309dca
Коммит 9bb45730c1
1 изменённых файлов: 0 добавлений и 1 удалений

1
netwerk/cache/nsCacheEntryDescriptor.cpp поставляемый
Просмотреть файл

@ -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));