mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-17 08:19:49 +02:00
we don't need this
This commit is contained in:
+4
-4
@@ -186,11 +186,11 @@ static void ggml_print_backtrace_symbols(void) {
|
||||
}
|
||||
}
|
||||
#elif defined(__linux__)
|
||||
#include <execinfo.h>
|
||||
// #include <execinfo.h>
|
||||
static void ggml_print_backtrace_symbols(void) {
|
||||
void * trace[100];
|
||||
int nptrs = backtrace(trace, sizeof(trace)/sizeof(trace[0]));
|
||||
backtrace_symbols_fd(trace, nptrs, STDERR_FILENO);
|
||||
// void * trace[100];
|
||||
// int nptrs = backtrace(trace, sizeof(trace)/sizeof(trace[0]));
|
||||
// backtrace_symbols_fd(trace, nptrs, STDERR_FILENO);
|
||||
}
|
||||
#else
|
||||
static void ggml_print_backtrace_symbols(void) {
|
||||
|
||||
Reference in New Issue
Block a user