Skip to content

Commit 0de6511

Browse files
Address some errors from gcc regarding inlining
1 parent e49dd4a commit 0de6511

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

libcxx/src/stacktrace/stacktrace.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,6 @@ _LIBCPP_EXPORTED_FROM_ABI ostream& operator<<(ostream& __os, const stacktrace_en
5555

5656
namespace __stacktrace {
5757

58-
/* Anchors for classes w/ vtables */
59-
// alloc::~alloc() = default;
60-
debug::~debug() = default;
61-
debug::dummy_ostream::~dummy_ostream() = default;
62-
fd_streambuf::~fd_streambuf() = default;
63-
fd_istream::~fd_istream() = default;
64-
6558
/*
6659
* `to_string` Helpers
6760
*/

0 commit comments

Comments
 (0)