Skip to content

Commit

Permalink
compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goblinhack committed Jan 25, 2024
1 parent 8af5028 commit 52137b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 51 deletions.
7 changes: 3 additions & 4 deletions src/core/backtrace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@
#include <execinfo.h> // do not remove
#endif
#include <cxxabi.h>
#ifdef HAVE_LIBUNWIND
#include <libunwind.h> // do not remove
#endif
#include <memory>

#include "my_backtrace.hpp"
#include "my_main.hpp"
#include "my_sprintf.hpp"

#ifdef HAVE_LIBUNWIND
#include <libunwind.h> // do not remove
#endif

void Backtrace::init(void)
{
#ifdef HAVE_LIBUNWIND
Expand Down
47 changes: 0 additions & 47 deletions src/core/backtrace_uw.cpp

This file was deleted.

0 comments on commit 52137b6

Please sign in to comment.