fix warning on linux. these are unused because we only migrate accounts on windows right now.
git-svn-id: svn://10.0.0.236/trunk@39665 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -85,9 +85,12 @@ static int g_Count = 0;
|
||||
static char gProfiles[_MAX_NUM_PROFILES][_MAX_LENGTH] = {{'\0'}};
|
||||
static int g_numProfiles = 0;
|
||||
|
||||
// we only migrate prefs on windows right now.
|
||||
#ifdef XP_PC
|
||||
static char gOldProfiles[_MAX_NUM_PROFILES][_MAX_LENGTH] = {{'\0'}};
|
||||
static char gOldProfLocations[_MAX_NUM_PROFILES][_MAX_LENGTH] = {{'\0'}};
|
||||
static int g_numOldProfiles = 0;
|
||||
#endif
|
||||
|
||||
static PRBool renameCurrProfile = PR_FALSE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user