Remove unused variable to quiet warning....

This commit is contained in:
mscott%netscape.com 1999-05-15 22:16:00 +00:00
Родитель d51de2d990
Коммит b3f91b1457
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -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)