Index: base/debug/stack_trace.cc |
diff --git a/base/debug/stack_trace.cc b/base/debug/stack_trace.cc |
index 2832f3d8eaecac0c5144a6397bb82df083d4c741..6fab183503462802baf98f9d6b60260ff8960d6b 100644 |
--- a/base/debug/stack_trace.cc |
+++ b/base/debug/stack_trace.cc |
@@ -33,9 +33,7 @@ const void *const *StackTrace::Addresses(size_t* count) const { |
std::string StackTrace::ToString() const { |
std::stringstream stream; |
-#if !defined(__UCLIBC__) && !defined(FNL_MUSL) |
OutputToStream(&stream); |
-#endif |
return stream.str(); |
} |