From 1b4b16af479ff94d93badfdd3a1e45f7a8c56c37 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Sun, 15 Jul 2007 03:07:58 +0000 Subject: [PATCH] Fixed loonix build --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401119 --- core/smn_core.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/core/smn_core.cpp b/core/smn_core.cpp index cf4219a17..e5791c52b 100644 --- a/core/smn_core.cpp +++ b/core/smn_core.cpp @@ -350,7 +350,6 @@ static cell_t MarkNativeAsOptional(IPluginContext *pContext, const cell_t *param static cell_t RegPluginLibrary(IPluginContext *pContext, const cell_t *params) { char *name; - uint32_t idx; CPlugin *pl = g_PluginSys.GetPluginByCtx(pContext->GetContext()); pContext->LocalToString(params[1], &name);