shared: remove fallback definition of backtrace()
The user of backtrace() was removed in
bb707dc0fe and has been unused since.
Signed-off-by: Pekka Paalanen <pq@iki.fi>
This commit is contained in:
@@ -30,16 +30,6 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef HAVE_EXECINFO_H
|
||||
#include <execinfo.h>
|
||||
#else
|
||||
static inline int
|
||||
backtrace(void **buffer, int size)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
int
|
||||
os_fd_set_cloexec(int fd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user