Skip to content

Commit 7be547e

Browse files
committed
Fix Linux/macOS build: remove unused DumpCallstack helper.
1 parent eb15428 commit 7be547e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Apps/Playground/Shared/Diagnostics.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ namespace
4141

4242
bool s_ansiEnabled{false};
4343

44-
void DumpCallstack()
45-
{
46-
// Skip 1 frame (this helper).
47-
bx::debugOutputCallstack(1);
48-
}
49-
5044
#if defined(_MSC_VER)
5145
void __cdecl OnInvalidParameter(
5246
const wchar_t* expression,

0 commit comments

Comments
 (0)