diff --git a/netwerk/protocol/device/nsDeviceChannel.cpp b/netwerk/protocol/device/nsDeviceChannel.cpp index a068b9e08f52..3b38d0d12728 100644 --- a/netwerk/protocol/device/nsDeviceChannel.cpp +++ b/netwerk/protocol/device/nsDeviceChannel.cpp @@ -77,8 +77,6 @@ nsDeviceChannel::OpenContentStream(bool aAsync, nsCOMPtr 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);