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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user