From 9ae2525b9a5a9ea59055a688706daa0b88e62acc Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sun, 10 Nov 2019 19:32:24 -0500 Subject: Bug 1393219 - Code clean-up: Style nits, typos and trailing spaces Tag #1273 --- mailnews/local/src/nsMsgBrkMBoxStore.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'mailnews/local') diff --git a/mailnews/local/src/nsMsgBrkMBoxStore.cpp b/mailnews/local/src/nsMsgBrkMBoxStore.cpp index 6eb3063ad..31836dd3c 100644 --- a/mailnews/local/src/nsMsgBrkMBoxStore.cpp +++ b/mailnews/local/src/nsMsgBrkMBoxStore.cpp @@ -751,10 +751,8 @@ nsMsgBrkMBoxStore::GetMsgInputStream(nsIMsgFolder *aMsgFolder, else *aOffset = ParseUint64Str(PromiseFlatCString(aMsgToken).get()); *aReusable = true; - nsCString URI; nsCOMPtr mboxFile; - aMsgFolder->GetURI(URI); aMsgFolder->GetFilePath(getter_AddRefs(mboxFile)); return NS_NewLocalFileInputStream(aResult, mboxFile); } -- cgit v1.2.3