Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill unused function xbt_ex_display().
[simgrid.git] / include / xbt / ex.h
index 3b5e166..0ba034c 100644 (file)
@@ -87,9 +87,6 @@ XBT_ATTRIB_NORETURN void xbt_throw_unimplemented(const char* file, int line, con
  */
 #define DIE_IMPOSSIBLE xbt_die("The Impossible Did Happen (yet again)")
 
-/** Display an exception */
-XBT_PUBLIC void xbt_ex_display(xbt_ex_t* e);
-
 SG_END_DECL()
 
 /** @} */