mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Remove unused function, fix optimized builds
This commit is contained in:
parent
b75118ee13
commit
fc54ab48ec
2 changed files with 4 additions and 9 deletions
|
|
@ -133,8 +133,8 @@ PBD::stacktrace (std::ostream& out, int /*levels*/)
|
|||
|
||||
#endif
|
||||
|
||||
void
|
||||
c_stacktrace ()
|
||||
{
|
||||
PBD::stacktrace (std::cout);
|
||||
#if 0 // unused
|
||||
extern "C" {
|
||||
void c_stacktrace () { PBD::stacktrace (std::cout); }
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue