* 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

View File

@@ -74,6 +74,7 @@ return 0;
}
/*
#ifdef LINUX
#include <execinfo.h>
@@ -86,7 +87,9 @@ void dumpStack()
printf("\n");
free(tab);
}
#endif
*/
/* RAM simple check functions source */