mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix unittest, by removing recursive call.
This commit is contained in:
@@ -50,7 +50,7 @@ void Process::setPriority (const ProcessPriority prior)
|
|||||||
bool beast_isRunningUnderDebugger()
|
bool beast_isRunningUnderDebugger()
|
||||||
{
|
{
|
||||||
// XXX not implemented for FreeBSD!
|
// XXX not implemented for FreeBSD!
|
||||||
bassertfalse;
|
// bassertfalse; // commented out since it calls isRunningUnderDebugger recursively
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user