X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1039501e477d3b779ecf11071dd6915090baf505..afd3a47e007a0f91d206cc2e47b69b4b86970fc2:/src/xbt/exception.cpp diff --git a/src/xbt/exception.cpp b/src/xbt/exception.cpp index 2f5e882aca..ad829c2169 100644 --- a/src/xbt/exception.cpp +++ b/src/xbt/exception.cpp @@ -132,8 +132,3 @@ void installExceptionHandler() } } - -void xbt_set_terminate() -{ - simgrid::xbt::installExceptionHandler(); -}