зеркало из https://github.com/mozilla/pjs.git
Remove unused variable to quiet warning....
This commit is contained in:
Родитель
d51de2d990
Коммит
b3f91b1457
|
@ -465,8 +465,6 @@ NS_IMETHODIMP nsIMAPHostSessionList::ClearServerAdvertisedNamespacesForHost(cons
|
|||
|
||||
NS_IMETHODIMP nsIMAPHostSessionList::GetDefaultNamespaceOfTypeForHost(const char *hostName, const char *userName, EIMAPNamespaceType type, nsIMAPNamespace * &result)
|
||||
{
|
||||
nsIMAPNamespace *ret = NULL;
|
||||
|
||||
PR_EnterMonitor(gCachedHostInfoMonitor);
|
||||
nsIMAPHostInfo *host = FindHost(hostName, userName);
|
||||
if (host)
|
||||
|
|
Загрузка…
Ссылка в новой задаче