Skip to content

Commit d2a30a8

Browse files
committed
Remove "StackTrace unavailable" message
This will at least prevent the crash described in #1828 from happening when the stack trace feature is disabled. The message was annoying anyway.
1 parent c83756e commit d2a30a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/common/StackTrace.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,8 @@ inline void PrintStackTrace( const std::stacktrace& stackTrace = std::stacktrace
7575
#else
7676

7777
inline void PrintStackTrace() {
78-
Log::Warn( "StackTrace unavailable: CPP23 required" );
7978
}
8079

8180
#endif
8281

83-
#endif // STACKTRACE_H
82+
#endif // STACKTRACE_H

0 commit comments

Comments
 (0)