Bug 627277 - Remove (broken) BeOS support. r=biesi,dwitte,gavin,joe,jorendorff,josh,khuey,mfinkle,neil,Pike,roc,shaver,smontagu,taras

This commit is contained in:
Mitchell Field
2011-02-20 06:10:24 +11:00
parent 372cbf9913
commit 907029389d
149 changed files with 89 additions and 13084 deletions

View File

@@ -190,7 +190,7 @@ nsLocalFile::CreateUnique(PRUint32 type, PRUint32 attributes)
#if defined(XP_WIN) || defined(XP_OS2)
static const PRUnichar kPathSeparatorChar = '\\';
#elif defined(XP_UNIX) || defined(XP_BEOS)
#elif defined(XP_UNIX)
static const PRUnichar kPathSeparatorChar = '/';
#else
#error Need to define file path separator for your platform