X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5c7688a211fb61b25744e79a3330a95bd1334446..ccf671a80a47f0489c33fb1dc2a8aadfc28b5b88:/include/xbt/backtrace.hpp diff --git a/include/xbt/backtrace.hpp b/include/xbt/backtrace.hpp index 3df49ff4b8..007c0c1dcc 100644 --- a/include/xbt/backtrace.hpp +++ b/include/xbt/backtrace.hpp @@ -20,12 +20,6 @@ SG_END_DECL namespace simgrid { namespace xbt { -/** Try to demangle a C++ name - * - * Return the origin string if this fails. - */ -XBT_PUBLIC std::unique_ptr> demangle(const char* name); - class BacktraceImpl; /** A backtrace *