Changeset: 9fba13b77bcb for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9fba13b77bcb
Modified Files:
NT/monetdb_config.h.in
common/utils/mutils.c
configure.ag
Branch: default
Log Message:
Cleanup: remove unused stuff.
diffs (56 lines):
diff --git a/NT/monetdb_config.h.in b/NT/monetdb_config.h.in
--- a/NT/monetdb_config.h.in
+++ b/NT/monetdb_config.h.in
@@ -112,9 +112,6 @@
/* there is something very similar to asctime_r on Windows: */
#define asctime_r(t,b,s) asctime_s(b,s,t)
-/* Define to 1 if you have the `backtrace' function. */
-/* #undef HAVE_BACKTRACE */
-
/* Define to 1 if you have the <bam/bam.h> header file. */
/* #undef HAVE_BAM_BAM_H */
@@ -163,9 +160,6 @@
/* Support for MonetDB as a library for R */
/* #undef HAVE_EMBEDDED_R */
-/* Define to 1 if you have the <execinfo.h> header file. */
-/* #undef HAVE_EXECINFO_H */
-
/* Define to 1 if you have the `fallocate' function. */
/* #undef HAVE_FALLOCATE */
diff --git a/common/utils/mutils.c b/common/utils/mutils.c
--- a/common/utils/mutils.c
+++ b/common/utils/mutils.c
@@ -15,10 +15,6 @@
#include "mutils.h"
#include "mstring.h"
-#if defined(HAVE_EXECINFO_H) && defined(HAVE_BACKTRACE)
-#include <execinfo.h>
-#endif
-
#ifdef HAVE_MACH_O_DYLD_H
# include <mach-o/dyld.h> /* _NSGetExecutablePath on OSX >=10.5 */
#endif
diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -2175,7 +2175,6 @@ AC_CHECK_HEADERS([ \
dirent.h \
dispatch/dispatch.h \
dlfcn.h \
- execinfo.h \
fcntl.h \
getopt.h \
iconv.h \
@@ -2396,7 +2395,6 @@ LIBS="$LIBS $MATH_LIBS"
AC_CHECK_FUNCS([\
accept4 \
asctime_r \
- backtrace \
cbrt \
clock_gettime \
ctime_r \
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list