mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 10:54:33 +00:00
Bug 276305 Unused variable `PRInt32 count' in DIR_AddNewAddressBook
r=neil sr=bz
This commit is contained in:
parent
7cd74478e8
commit
0ea98de64c
@ -356,8 +356,6 @@ nsresult DIR_AddNewAddressBook(const PRUnichar *dirName, const char *fileName, P
|
||||
DIR_GetDirServers();
|
||||
if (dir_ServerList)
|
||||
{
|
||||
PRInt32 count = dir_ServerList->Count();
|
||||
|
||||
NS_ConvertUCS2toUTF8 utf8str(dirName);
|
||||
server->description = ToNewCString(utf8str);
|
||||
server->position = kDefaultPosition; // don't set position so alphabetic sort will happen.
|
||||
|
Loading…
x
Reference in New Issue
Block a user