mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Cleanup.
This commit is contained in:
@@ -8,11 +8,6 @@
|
||||
#include <bx/string.h>
|
||||
#include <bx/file.h>
|
||||
|
||||
namespace bx
|
||||
{
|
||||
void debugOutputCallstack(uint32_t _skip);
|
||||
}
|
||||
|
||||
bool testAssertHandler(const bx::Location& _location, const char* _format, va_list _argList)
|
||||
{
|
||||
bx::printf("%s(%d): ", _location.filePath, _location.line);
|
||||
|
||||
Reference in New Issue
Block a user