From 9770a6681bc167e635398cf3c1297b6a79a269d8 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Mon, 24 Apr 2000 05:37:34 +0000 Subject: [PATCH] fix warnings, remove unused code. git-svn-id: svn://10.0.0.236/trunk@66967 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/profile/src/nsProfile.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mozilla/profile/src/nsProfile.cpp b/mozilla/profile/src/nsProfile.cpp index 7f5a51f468a..1dc60fd3944 100644 --- a/mozilla/profile/src/nsProfile.cpp +++ b/mozilla/profile/src/nsProfile.cpp @@ -112,9 +112,6 @@ static nsProfileAccess* gProfileDataAccess = nsnull; static PRInt32 gDataAccessInstCount = 0; static PRBool mCurrentProfileAvailable = PR_FALSE; -static PRBool sHaveRedundantDirectory = PR_FALSE; -static nsFileSpec sRedundantDirectory; - // IID and CIDs of all the services needed static NS_DEFINE_CID(kIProfileIID, NS_IPROFILE_IID); static NS_DEFINE_CID(kBookmarksCID, NS_BOOKMARKS_SERVICE_CID); @@ -900,7 +897,7 @@ nsProfile::CreateNewProfile(const PRUnichar* profileName, const PRUnichar* nativ rv = SetProfileDir(profileName, dirSpec); #if defined(DEBUG_profile) - ("after SetProfileDir\n"); + printf("after SetProfileDir\n"); #endif // Get profile defaults folder..