Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove typedef alias xbt_ex_t.
[simgrid.git] / include / xbt / ex.h
index 0ba034c..4524106 100644 (file)
@@ -52,8 +52,6 @@ SG_BEGIN_DECL()
  */
 XBT_PUBLIC const char* xbt_ex_catname(xbt_errcat_t cat);
 
-typedef struct xbt_ex xbt_ex_t;
-
 /** Helper function used to throw exceptions in C */
 XBT_ATTRIB_NORETURN XBT_PUBLIC void _xbt_throw(char* message, xbt_errcat_t errcat, int value, const char* file,
                                                int line, const char* func);