X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/931c72e9293d64a1797a6187dd0e744408c23d59..df3bdefc3df0a0810cf48411dd588ed63c65a302:/src/xbt/backtrace_dummy.cpp diff --git a/src/xbt/backtrace_dummy.cpp b/src/xbt/backtrace_dummy.cpp index 115b7db404..439686cebe 100644 --- a/src/xbt/backtrace_dummy.cpp +++ b/src/xbt/backtrace_dummy.cpp @@ -12,15 +12,6 @@ #include -/* Module creation/destruction */ -void xbt_backtrace_preinit(void) -{ -} - -void xbt_backtrace_postexit(void) -{ -} - /* create a backtrace in the given exception */ size_t xbt_backtrace_current(xbt_backtrace_location_t* loc, size_t count) {