Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill empty functions
[simgrid.git] / src / xbt / backtrace_linux.cpp
index 94dad3a..49ec6a1 100644 (file)
 
 extern char **environ;          /* the environment, as specified by the opengroup */
 
-/* Module creation/destruction: nothing to do on linux */
-void xbt_backtrace_preinit()
-{
-}
-
-void xbt_backtrace_postexit()
-{
-}
-
 #include <unwind.h>
 struct trace_arg {
   void **array;