Fix unittest, by removing recursive call.

This commit is contained in:
Alex Dupre
2013-09-28 20:25:41 +02:00
parent 38bf40884c
commit 94e40dc554

View File

@@ -50,7 +50,7 @@ void Process::setPriority (const ProcessPriority prior)
bool beast_isRunningUnderDebugger()
{
// XXX not implemented for FreeBSD!
bassertfalse;
// bassertfalse; // commented out since it calls isRunningUnderDebugger recursively
return false;
}