Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make public the function that can display an exception
[simgrid.git] / src / xbt / ex_interface.h
index 3abaede..4f510f6 100644 (file)
@@ -12,8 +12,6 @@
 #define _XBT_EX_INTERFACE_H_
 
 #include "xbt/ex.h"
-/* The display made by an uncatched exception */
-void xbt_ex_display(xbt_ex_t * e);
 
 /* Change raw libc symbols to file names and line numbers */
 void xbt_ex_setup_backtrace(xbt_ex_t * e);