Bug 1408751 - nsDeviceChannel::OpenContentStream: remove unused variable 'width' & 'height' r=dragana

MozReview-Commit-ID: II8mvYlvLZZ

--HG--
extra : rebase_source : 2c75a2aa8e18e1563f210aba8bef686e117793e0
This commit is contained in:
Sylvestre Ledru 2017-10-15 16:32:49 +02:00
Родитель 4ee54ec509
Коммит 47e0a0230a
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -77,8 +77,6 @@ nsDeviceChannel::OpenContentStream(bool aAsync,
nsCOMPtr<nsIURI> uri = nsBaseChannel::URI();
*aStream = nullptr;
*aChannel = nullptr;
NS_NAMED_LITERAL_CSTRING(width, "width=");
NS_NAMED_LITERAL_CSTRING(height, "height=");
nsAutoCString spec;
nsresult rv = uri->GetSpec(spec);