Revert "fudge and bread"

This reverts commit 6afe29682d.
This commit is contained in:
tildearrow 2022-05-29 00:44:21 -05:00
parent 7687a64000
commit cdcf87c773
3 changed files with 1 additions and 20 deletions

View file

@ -39,12 +39,4 @@ namespace backward {
backward::SignalHandling sh;
void checkInitialized() {
if (!sh.loaded()) {
#ifdef _WIN32
MessageBox(NULL,"Warning","crash backtrace not available!",MB_OK|MB_ICONWARNING);
#endif
}
}
} // namespace backward