Remove usage of backtraces it was anyway disabled for a while
modified configure.ac
@@ -281,14 +281,6 @@ AC_CHECK_HEADERS([gelf.h libelf.h], [
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -391,7 +383,6 @@ AM_CONDITIONAL(HAVE_ELF_ABI, test "$ac_cv_binary_abi" = "elf")
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified libpkg/Makefile.am
@@ -81,7 +81,6 @@ libpkg_la_LIBADD= $(top_builddir)/compat/libbsd_compat.la \
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified libpkg/pkg_event.c
@@ -419,7 +419,6 @@ pkg_emit_error(const char *fmt, ...)
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -465,7 +464,6 @@ pkg_emit_errno(const char *func, const char *arg)
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified libpkg/private/utils.h
@@ -44,7 +44,6 @@
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -113,7 +112,6 @@ struct dns_srvinfo *
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified libpkg/utils.c
@@ -34,9 +34,6 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -745,27 +742,6 @@ ucl_object_emit_sbuf(const ucl_object_t *obj, enum ucl_emitter emit_type,
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified src/Makefile.am
@@ -57,7 +57,6 @@ pkg_static_LDADD= @OS_LDFLAGS@ \
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified tests/Makefile.am
@@ -6,7 +6,6 @@ GENERIC_LDADD= $(top_builddir)/libpkg/libpkg_static.la \
|
|
|
|
|
|
| - | |
|
|
|
|
|