Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Const qualifier is useless.
[simgrid.git] / include / simgrid / Exception.hpp
index b7ab71f..61d7469 100644 (file)
@@ -92,7 +92,7 @@ public:
   /** Return the information about where the exception was thrown */
   xbt::ThrowPoint const& throw_point() const { return throwpoint_; }
 
-  std::string const resolve_backtrace() const { return throwpoint_.backtrace_.resolve(); }
+  std::string resolve_backtrace() const { return throwpoint_.backtrace_.resolve(); }
 
   /** Allow to carry a value (used by waitall/waitany) */
   int value = 0;