X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c945ee9b318f38c764d8620cd23f8e5270cfdb3a..47158a9055045f3bce00e77b9010e6a8b0e23802:/include/xbt/ex.h diff --git a/include/xbt/ex.h b/include/xbt/ex.h index 0ba034c65f..45241064ff 100644 --- a/include/xbt/ex.h +++ b/include/xbt/ex.h @@ -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);