b=77933, r=ccarlen, sr=jst

nsIFile::CreateUnique() has unused parameter

removed unused parameter
/**
    WARNING commercial tree has one hit for this API change
 */
--pete


git-svn-id: svn://10.0.0.236/trunk@110040 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pete%alphanumerica.com
2001-12-07 23:06:51 +00:00
parent 01b020a9cd
commit d5c04f174e
10 changed files with 12 additions and 18 deletions

View File

@@ -73,7 +73,7 @@ void NS_ShutdownLocalFile()
#define kMaxFilenameLength 31
NS_IMETHODIMP
nsLocalFile::CreateUnique(const char* suggestedName, PRUint32 type, PRUint32 attributes)
nsLocalFile::CreateUnique(PRUint32 type, PRUint32 attributes)
{
nsresult rv = Create(type, attributes);