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:
@@ -58,12 +58,7 @@
|
||||
#include <android/log.h>
|
||||
#endif
|
||||
|
||||
#if defined(XP_BEOS)
|
||||
/* For DEBUGGER macros */
|
||||
#include <Debug.h>
|
||||
#endif
|
||||
|
||||
#if defined(XP_UNIX) || defined(_WIN32) || defined(XP_OS2) || defined(XP_BEOS)
|
||||
#if defined(XP_UNIX) || defined(_WIN32) || defined(XP_OS2)
|
||||
/* for abort() and getenv() */
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
@@ -402,7 +397,6 @@ RealBreak()
|
||||
#endif
|
||||
#elif defined(XP_OS2)
|
||||
asm("int $3");
|
||||
#elif defined(XP_BEOS)
|
||||
#elif defined(XP_MACOSX)
|
||||
raise(SIGTRAP);
|
||||
#elif defined(__GNUC__) && (defined(__i386__) || defined(__i386) || defined(__x86_64__))
|
||||
@@ -503,9 +497,6 @@ Break(const char *aMsg)
|
||||
if (( code == MBID_ENTER ) || (code == MBID_ERROR))
|
||||
return;
|
||||
|
||||
RealBreak();
|
||||
#elif defined(XP_BEOS)
|
||||
DEBUGGER(aMsg);
|
||||
RealBreak();
|
||||
#elif defined(XP_MACOSX)
|
||||
/* Note that we put this Mac OS X test above the GNUC/x86 test because the
|
||||
|
||||
Reference in New Issue
Block a user