Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
track all the useless void
[simgrid.git] / src / xbt / backtrace_linux.cpp
index fd51d6b..94dad3a 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)
+void xbt_backtrace_preinit()
 {
 }
 
-void xbt_backtrace_postexit(void)
+void xbt_backtrace_postexit()
 {
 }