Fixed loonix build

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401119
This commit is contained in:
Scott Ehlert 2007-07-15 03:07:58 +00:00
parent fe8ebeae89
commit 1b4b16af47

View File

@ -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);