X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/571a676e17f51a9fa12a5ad19c67e1791f866c53..922cd9a8337d82a2ad64e24047f7085326ad3342:/src/xbt/xbt_os_synchro.cpp diff --git a/src/xbt/xbt_os_synchro.cpp b/src/xbt/xbt_os_synchro.cpp index 8973885bfb..eb1aecc4bc 100644 --- a/src/xbt/xbt_os_synchro.cpp +++ b/src/xbt/xbt_os_synchro.cpp @@ -58,7 +58,7 @@ int xbt_cond_timedwait(xbt_cond_t cond, xbt_mutex_t mutex, double delay) if (e.category == timeout_error) { return 1; } else { - throw e; // unknown exception + throw; // rethrow the exceptions that I don't know } } return 0;