comment out these two functions, they are already defined on Unix

git-svn-id: svn://10.0.0.236/trunk@23585 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
1999-03-10 22:08:07 +00:00
parent c4558e181f
commit fbc0ce4691

View File

@@ -162,6 +162,7 @@ XP_OpenDir(const char * name, XP_FileType type)
return NULL;
}
#ifndef XP_UNIX
PUBLIC void
XP_CloseDir(XP_Dir dir)
{
@@ -174,6 +175,7 @@ XP_ReadDir(XP_Dir dir)
MOZ_FUNCTION_STUB;
return NULL;
}
#endif
PUBLIC int
XP_FileRemove(const char * name, XP_FileType type)