* Remove a (seemingly) useless debug function that prevents compilation
  on freebsd
This commit is contained in:
jean.chalard
2010-02-02 10:58:53 +00:00
parent 23ddb6f7e2
commit c44eb85742
+3
View File
@@ -74,6 +74,7 @@ return 0;
} }
/*
#ifdef LINUX #ifdef LINUX
#include <execinfo.h> #include <execinfo.h>
@@ -86,7 +87,9 @@ void dumpStack()
printf("\n"); printf("\n");
free(tab); free(tab);
} }
#endif #endif
*/
/* RAM simple check functions source */ /* RAM simple check functions source */