remove no-longer needed (and non-reentrant) MICROLOG as per today's meeting

This was SVN commit r8542.
This commit is contained in:
janwas
2010-11-06 19:11:40 +00:00
parent b4d6ad9f0b
commit 3407983e98
8 changed files with 2 additions and 43 deletions
+1 -1
View File
@@ -341,7 +341,7 @@ void SetCameraTarget(void* UNUSED(cbdata), float x, float y, float z)
// Useful for testing the crashlog/stack trace code.
int Crash(void* UNUSED(cbdata))
{
MICROLOG(L"Crashing at user's request.");
debug_printf(L"Crashing at user's request.\n");
return *(int*)0;
}