]> code.citadel.org Git - citadel.git/blobdiff - citadel/ecrash.c
Remove all uses of __FUNCTION__ because it is not portable
[citadel.git] / citadel / ecrash.c
index 72430670f05a7e4e0f3014a5ea8af5ed6ce20daf..1c0514a02395b047b6a9fd3120a45649b18a713f 100644 (file)
@@ -45,7 +45,7 @@
 #include "citserver.h"
 #include "ecrash.h"
 
-#define NIY()  printf("%s: Not Implemented Yet!\n", __FUNCTION__)
+#define NIY()  printf("function not implemented yet!\n");
 #ifdef HAVE_BACKTRACE
 #include <execinfo.h>
 static eCrashParameters gbl_params;
@@ -58,7 +58,6 @@ static int    gbl_backtraceDoneFlag = 0;
 static void *stack_frames[50];
 static size_t size, NThread;
 static char **strings;
-static char StaticBuf[SIZ];
 
 /* 
  * Private structures for our thread list