The str_backtrace_unavailable variable is initialized but never
used anywhere in the codebase.
Approved-By: Tom Tromey <tom@tromey.com>
#endif
static const char *str_backtrace = "----- Backtrace -----\n";
-static const char *str_backtrace_unavailable = "Backtrace unavailable\n";
#endif /* GDB_PRINT_INTERNAL_BACKTRACE */
{
#ifdef GDB_PRINT_INTERNAL_BACKTRACE
str_backtrace = _("----- Backtrace -----\n");
- str_backtrace_unavailable = _("Backtrace unavailable\n");
#endif
}