mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Issue #2258 - Part 4: Clean up unused pointers.
This commit is contained in:
parent
707c3e3fa8
commit
bd734f795c
1 changed files with 0 additions and 2 deletions
|
|
@ -562,8 +562,6 @@ bool nsUnknownDecoder::SniffForXML(nsIRequest* aRequest)
|
|||
|
||||
bool nsUnknownDecoder::SniffURI(nsIRequest* aRequest)
|
||||
{
|
||||
nsCOMPtr<nsIChannel> channel(do_QueryInterface(aRequest));
|
||||
nsCOMPtr<nsILoadInfo> loadInfo = channel->GetLoadInfo();
|
||||
nsCOMPtr<nsIMIMEService> mimeService(do_GetService("@mozilla.org/mime;1"));
|
||||
if (mimeService) {
|
||||
nsCOMPtr<nsIChannel> channel = do_QueryInterface(aRequest);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue