From 8352ea6413f0d1da388f5c4dc8b49af14a6c6b8a Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 8 Aug 2007 02:30:03 +0000 Subject: [PATCH] fixed linux build --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401276 --- core/DebugReporter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/core/DebugReporter.cpp b/core/DebugReporter.cpp index f83ae24b..f5910be6 100644 --- a/core/DebugReporter.cpp +++ b/core/DebugReporter.cpp @@ -68,7 +68,6 @@ void DebugReport::GenerateError(IPluginContext *ctx, cell_t func_idx, int err, c g_Logger.LogError("[SM] %s", buffer); - const char *func_name = NULL; if (func_idx != -1) { if (func_idx & 1)