Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill empty functions
[simgrid.git] / src / xbt / backtrace_dummy.cpp
index 115b7db..439686c 100644 (file)
 
 #include <xbt/backtrace.hpp>
 
 
 #include <xbt/backtrace.hpp>
 
-/* 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)
 {
 /* create a backtrace in the given exception */
 size_t xbt_backtrace_current(xbt_backtrace_location_t* loc, size_t count)
 {