Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Drop simgrid::xbt::demangle and use boost::core::demangle instead.
[simgrid.git] / include / xbt / backtrace.hpp
index 3df49ff..007c0c1 100644 (file)
@@ -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<char, std::function<void(char*)>> demangle(const char* name);
-
 class BacktraceImpl;
 /** A backtrace
  *